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