- All Implemented Interfaces:
- NoSerializationVerificationNeeded, akka.io.SelectionHandler.HasFailureMessage, Tcp.CloseCommand, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- Tcp
public static class Tcp.Abort$
extends java.lang.Object
implements Tcp.CloseCommand, scala.Product, scala.Serializable
An abort operation will not flush pending writes and will issue a TCP ABORT
command to the O/S kernel which should result in a TCP_RST packet being sent
to the peer. The sender of this command and the registered handler for
incoming data will both be notified once the socket is closed using a
Aborted
message.
- See Also:
- Serialized Form