public static class Tcp.ConfirmedClosed$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
ConfirmedClose command.| Constructor and Description |
|---|
Tcp.ConfirmedClosed$() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConfirmed()
true iff the connection has been fully closed in response to a
ConfirmedClose command. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCause, isAborted, isErrorClosed, isPeerClosedpublic boolean isConfirmed()
Tcp.ConnectionClosedtrue iff the connection has been fully closed in response to a
ConfirmedClose command.isConfirmed in interface Tcp.ConnectionClosed