Abort

org.apache.pekko.io.Tcp.Abort
case object Abort extends CloseCommand

An abort operation will not flush pending writes and will issue a TCP ABORT command to the O/S kernel which should result in a TCP_RST packet being sent to the peer. The sender of this command and the registered handler for incoming data will both be notified once the socket is closed using a Aborted message.

Attributes

Source
Tcp.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CloseCommand
trait Command
trait HasFailureMessage
trait Message
class Object
trait Matchable
class Any
Show all
Self type
Abort.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

override def event: ConnectionClosed

The corresponding event which is sent as an acknowledgment once the close operation is finished.

The corresponding event which is sent as an acknowledgment once the close operation is finished.

Attributes

Definition Classes
Source
Tcp.scala

Inherited methods

def failureMessage: Any

Attributes

Inherited from:
Command
Source
Tcp.scala

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product