public static class Tcp.ConfirmedClosed$ extends java.lang.Object implements Tcp.ConnectionClosed, scala.Product, scala.Serializable
ConfirmedClose command.| Modifier and Type | Field and Description |
|---|---|
static Tcp.ConfirmedClosed$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
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 static final Tcp.ConfirmedClosed$ MODULE$
public boolean isConfirmed()
Tcp.ConnectionClosedtrue iff the connection has been fully closed in response to a
ConfirmedClose command.isConfirmed in interface Tcp.ConnectionClosed