public static class Tcp.PeerClosed$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
Modifier and Type | Field and Description |
---|---|
static Tcp.PeerClosed$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
PeerClosed$() |
Modifier and Type | Method and Description |
---|---|
boolean |
isPeerClosed()
true iff the connection has been closed by the peer; in case
keepOpenOnPeerClosed is in effect as per the Tcp.Register command,
this connection’s reading half is now closed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCause, isAborted, isConfirmed, isErrorClosed
public static final Tcp.PeerClosed$ MODULE$
public boolean isPeerClosed()
Tcp.ConnectionClosed
true
iff the connection has been closed by the peer; in case
keepOpenOnPeerClosed
is in effect as per the Tcp.Register
command,
this connection’s reading half is now closed.isPeerClosed
in interface Tcp.ConnectionClosed