|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Tcp.WriteCommand
public abstract static class Tcp.WriteCommand
Common interface for all write commands, currently Tcp.Write
, Tcp.WriteFile
and Tcp.CompoundWrite
.
Constructor Summary | |
---|---|
Tcp.WriteCommand()
|
Method Summary | |
---|---|
Tcp.WriteCommand |
prepend(java.lang.Iterable<Tcp.WriteCommand> writes)
Java API: prepends this command with a number of other writes. |
Tcp.CompoundWrite |
prepend(Tcp.SimpleWriteCommand that)
Java API: prepends this command with another Write or WriteFile to form
a CompoundWrite . |
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 |
Constructor Detail |
---|
public Tcp.WriteCommand()
Method Detail |
---|
public Tcp.CompoundWrite prepend(Tcp.SimpleWriteCommand that)
Write
or WriteFile
to form
a CompoundWrite
.
that
- (undocumented)
public Tcp.WriteCommand prepend(java.lang.Iterable<Tcp.WriteCommand> writes)
CompoundWrite
.
writes
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |