|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.io.Tcp.Close$
public static class Tcp.Close$
A normal close operation will first flush pending writes and then close the
socket. The sender of this command and the registered handler for incoming
data will both be notified once the socket is closed using a Tcp.ErrorClosed
message.
Field Summary | |
---|---|
static Tcp.Close$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Tcp.Close$()
|
Method Summary | |
---|---|
Tcp.Closed$ |
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.Close$ MODULE$
Constructor Detail |
---|
public Tcp.Close$()
Method Detail |
---|
public Tcp.Closed$ event()
event
in interface Tcp.CloseCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |