public static class Tcp.Write$
extends java.lang.Object
implements scala.Serializable
Constructor and Description |
---|
Tcp.Write$() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)