akka.io
Class Tcp.Abort$

java.lang.Object
  extended by akka.io.Tcp.Abort$
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.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

Field Summary
static Tcp.Abort$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.Abort$()
           
 
Method Summary
 Tcp.Aborted$ event()
          The corresponding event which is sent as an acknowledgment once the close operation is finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final Tcp.Abort$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.Abort$

public Tcp.Abort$()
Method Detail

event

public Tcp.Aborted$ event()
The corresponding event which is sent as an acknowledgment once the close operation is finished.

Specified by:
event in interface Tcp.CloseCommand
Returns:
(undocumented)