|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.io.Tcp.ConfirmedClose$
public static class Tcp.ConfirmedClose$
A confirmed close operation will flush pending writes and half-close the
connection, waiting for the peer to close the other half. The sender of this
command and the registered handler for incoming data will both be notified
once the socket is closed using a ConfirmedClosed
message.
Field Summary | |
---|---|
static Tcp.ConfirmedClose$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Tcp.ConfirmedClose$()
|
Method Summary | |
---|---|
Tcp.ConfirmedClosed$ |
event()
The corresponding event which is sent as an acknowledgment once the close operation is finished. |
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.Command |
---|
failureMessage |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Field Detail |
---|
public static final Tcp.ConfirmedClose$ MODULE$
Constructor Detail |
---|
public Tcp.ConfirmedClose$()
Method Detail |
---|
public Tcp.ConfirmedClosed$ event()
event
in interface Tcp.CloseCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |