ErrorClosed
The connection has been closed due to an IO error.
Attributes
- Source
- Tcp.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConnectionClosedtrait DeadLetterSuppressiontrait Eventtrait Messageclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
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
- Definition Classes
- 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
- Definition Classes
- Source
- Tcp.scala
Inherited methods
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 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 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