case object ConfirmedClose extends CloseCommand with Product with Serializable
A confirmed close operation will flush pending writes and half-close the
connection, waiting for the peer to close the other half. The sender of this
command and the registered handler for incoming data will both be notified
once the socket is closed using a ConfirmedClosed
message.
- Source
- Tcp.scala
- Alphabetic
- By Inheritance
- ConfirmedClose
- Serializable
- Product
- Equals
- CloseCommand
- DeadLetterSuppression
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def event: ConfirmedClosed
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.
- Definition Classes
- ConfirmedClose → CloseCommand
- def failureMessage: CommandFailed
- Definition Classes
- Command → HasFailureMessage
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product