|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Tcp.Aborted$
public static class Tcp.Aborted$
The connection has been aborted in response to an Abort
command.
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 |
---|
public static final Tcp.Aborted$ MODULE$
Constructor Detail |
---|
public Tcp.Aborted$()
Method Detail |
---|
public boolean isAborted()
Tcp.ConnectionClosed
true
iff the connection has been closed in response to an Abort
command.
isAborted
in interface Tcp.ConnectionClosed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |