akka.io
Interface Tcp.SimpleWriteCommand

All Superinterfaces:
NoSerializationVerificationNeeded, akka.io.SelectionHandler.HasFailureMessage, Tcp.Command, Tcp.Message, Tcp.WriteCommand
All Known Implementing Classes:
Tcp.Write, Tcp.WriteFile
Enclosing class:
Tcp

public static interface Tcp.SimpleWriteCommand
extends Tcp.WriteCommand

Common supertype of Tcp.Write and Tcp.WriteFile.


Method Summary
 Tcp.CompoundWrite append(Tcp.WriteCommand that)
          Java API: appends this command with another WriteCommand to form a CompoundWrite.
 
Methods inherited from interface akka.io.Tcp.WriteCommand
ack, prepend, prepend, wantsAck
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 

Method Detail

append

Tcp.CompoundWrite append(Tcp.WriteCommand that)
Java API: appends this command with another WriteCommand to form a CompoundWrite.