public static class Tcp.Aborted$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
Abort command.| Constructor and Description |
|---|
Tcp.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, waitgetErrorCause, isConfirmed, isErrorClosed, isPeerClosedpublic boolean isAborted()
Tcp.ConnectionClosedtrue iff the connection has been closed in response to an Abort command.isAborted in interface Tcp.ConnectionClosed