Aborted

org.apache.pekko.io.Tcp.Aborted
case object Aborted extends ConnectionClosed

The connection has been aborted in response to an Abort command.

Attributes

Source
Tcp.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Event
trait Message
class Object
trait Matchable
class Any
Show all
Self type
Aborted.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 isAborted: Boolean

true iff the connection has been closed in response to an Abort command.

true iff the connection has been closed in response to an Abort command.

Attributes

Definition Classes
Source
Tcp.scala

Inherited methods

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

If isErrorClosed returns true, then the error condition can be retrieved by this method.

If isErrorClosed returns true, then the error condition can be retrieved by this method.

Attributes

Inherited from:
ConnectionClosed
Source
Tcp.scala

true iff the connection has been fully closed in response to a ConfirmedClose command.

true iff the connection has been fully closed in response to a ConfirmedClose command.

Attributes

Inherited from:
ConnectionClosed
Source
Tcp.scala

true iff the connection has been closed due to an IO error.

true iff the connection has been closed due to an IO error.

Attributes

Inherited from:
ConnectionClosed
Source
Tcp.scala

true iff the connection has been closed by the peer; in case keepOpenOnPeerClosed is in effect as per the Register command, this connection’s reading half is now closed.

true iff the connection has been closed by the peer; in case keepOpenOnPeerClosed is in effect as per the Register command, this connection’s reading half is now closed.

Attributes

Inherited from:
ConnectionClosed
Source
Tcp.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product