|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.io.Tcp.Write$
public static class Tcp.Write$
Field Summary | |
---|---|
static Tcp.Write$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
Constructor Summary | |
---|---|
Tcp.Write$()
|
Method Summary | |
---|---|
Tcp.Write |
apply(ByteString data)
Create a new unacknowledged Write command with the given data. |
Tcp.Write |
empty()
The empty Write doesn't write anything and isn't acknowledged. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Tcp.Write$ MODULE$
Constructor Detail |
---|
public Tcp.Write$()
Method Detail |
---|
public Tcp.Write empty()
CommandFailed
if the
connection isn't currently ready to send any data (because another WriteCommand
is still pending).
public Tcp.Write apply(ByteString data)
data
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |