case object PeerClosed extends ConnectionClosed with Product with Serializable
- Alphabetic
- By Inheritance
- PeerClosed
- Serializable
- Product
- Equals
- ConnectionClosed
- DeadLetterSuppression
- Event
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def getErrorCause: String
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.- Definition Classes
- ConnectionClosed
- def isAborted: Boolean
true
iff the connection has been closed in response to anAbort
command.true
iff the connection has been closed in response to anAbort
command.- Definition Classes
- ConnectionClosed
- def isConfirmed: Boolean
true
iff the connection has been fully closed in response to aConfirmedClose
command.true
iff the connection has been fully closed in response to aConfirmedClose
command.- Definition Classes
- ConnectionClosed
- def isErrorClosed: Boolean
true
iff the connection has been closed due to an IO error.true
iff the connection has been closed due to an IO error.- Definition Classes
- ConnectionClosed
- def isPeerClosed: Boolean
true
iff the connection has been closed by the peer; in casekeepOpenOnPeerClosed
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 casekeepOpenOnPeerClosed
is in effect as per the Register command, this connection’s reading half is now closed.- Definition Classes
- PeerClosed → ConnectionClosed
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product