- All Implemented Interfaces:
- DeadLetterSuppression, NoSerializationVerificationNeeded, SelectionHandler.HasFailureMessage, Tcp.CloseCommand, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- Tcp
public static class Tcp.ConfirmedClose$
extends java.lang.Object
implements Tcp.CloseCommand, scala.Product, scala.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.
- See Also:
- Serialized Form