|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Tcp.ConfirmedClosed$
public static class Tcp.ConfirmedClosed$
The connection has been half-closed by us and then half-close by the peer
in response to a ConfirmedClose
command.
Field Summary | |
---|---|
static Tcp.ConfirmedClosed$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Tcp.ConfirmedClosed$()
|
Method Summary | |
---|---|
boolean |
isConfirmed()
true iff the connection has been fully closed in response to a
ConfirmedClose 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, isAborted, 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.ConfirmedClosed$ MODULE$
Constructor Detail |
---|
public Tcp.ConfirmedClosed$()
Method Detail |
---|
public boolean isConfirmed()
Tcp.ConnectionClosed
true
iff the connection has been fully closed in response to a
ConfirmedClose
command.
isConfirmed
in interface Tcp.ConnectionClosed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |