public static class Tcp.PeerClosed$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
| Constructor and Description |
|---|
Tcp.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, waitgetErrorCause, isAborted, isConfirmed, isErrorClosedpublic boolean isPeerClosed()
Tcp.ConnectionClosedtrue 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