ConfirmedClosed
The connection has been half-closed by us and then half-close by the peer in response to a ConfirmedClose command.
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait ConnectionClosedtrait DeadLetterSuppressiontrait Eventtrait Messageclass Objecttrait Matchableclass AnyShow all
- Self type
-
ConfirmedClosed.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Inherited and Abstract types
The name of the type
Value members
Concrete methods
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
- 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 closed in response to an Abort command.
true iff the connection has been closed in response to an Abort 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