public static class Tcp.Aborted$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
Abort
command.Modifier and Type | Field and Description |
---|---|
static Tcp.Aborted$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Aborted$() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAborted()
true iff the connection has been closed in response to an Abort command. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCause, isConfirmed, isErrorClosed, isPeerClosed
public static final Tcp.Aborted$ MODULE$
public boolean isAborted()
Tcp.ConnectionClosed
true
iff the connection has been closed in response to an Abort
command.isAborted
in interface Tcp.ConnectionClosed