public abstract static class Tcp.SimpleWriteCommand extends Tcp.WriteCommand
Tcp.Write and Tcp.WriteFile.| Constructor and Description |
|---|
SimpleWriteCommand() |
| Modifier and Type | Method and Description |
|---|---|
abstract Tcp.Event |
ack()
The acknowledgment token associated with this write command.
|
Tcp.CompoundWrite |
append(Tcp.WriteCommand that)
Java API: appends this command with another
WriteCommand to form a CompoundWrite. |
boolean |
wantsAck()
|
prepend, prependclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailureMessagepublic abstract Tcp.Event ack()
public boolean wantsAck()
ack() token not being a of type Tcp.NoAck.public Tcp.CompoundWrite append(Tcp.WriteCommand that)
WriteCommand to form a CompoundWrite.that - (undocumented)