akka.io
Class Tcp.Aborted$

java.lang.Object
  extended by akka.io.Tcp.Aborted$
All Implemented Interfaces:
DeadLetterSuppression, NoSerializationVerificationNeeded, Tcp.ConnectionClosed, Tcp.Event, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.Aborted$
extends java.lang.Object
implements Tcp.ConnectionClosed, scala.Product, scala.Serializable

The connection has been aborted in response to an Abort command.

See Also:
Serialized Form

Field Summary
static Tcp.Aborted$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.Aborted$()
           
 
Method Summary
 boolean isAborted()
          true iff the connection has been closed in response to an Abort command.
 
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.ConnectionClosed
getErrorCause, isConfirmed, isErrorClosed, isPeerClosed
 
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.Aborted$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.Aborted$

public Tcp.Aborted$()
Method Detail

isAborted

public boolean isAborted()
Description copied from interface: Tcp.ConnectionClosed
true iff the connection has been closed in response to an Abort command.

Specified by:
isAborted in interface Tcp.ConnectionClosed
Returns:
(undocumented)