Package akka.io
Class Tcp.SimpleWriteCommand
- java.lang.Object
- 
- akka.io.Tcp.WriteCommand
- 
- akka.io.Tcp.SimpleWriteCommand
 
 
- 
- All Implemented Interfaces:
- NoSerializationVerificationNeeded,- akka.io.SelectionHandler.HasFailureMessage,- Tcp.Command,- Tcp.Message
 - Direct Known Subclasses:
- Tcp.Write,- Tcp.WriteFile,- Tcp.WritePath
 - Enclosing class:
- Tcp
 
 public abstract static class Tcp.SimpleWriteCommand extends Tcp.WriteCommand Common supertype ofTcp.WriteandTcp.WriteFile.
- 
- 
Constructor SummaryConstructors Constructor Description SimpleWriteCommand()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Tcp.Eventack()The acknowledgment token associated with this write command.Tcp.CompoundWriteappend(Tcp.WriteCommand that)Java API: appends this command with anotherWriteCommandto form aCompoundWrite.booleanwantsAck()- 
Methods inherited from class akka.io.Tcp.WriteCommand$plus$colon, $plus$plus$colon, prepend, prepend
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface akka.io.Tcp.CommandfailureMessage
 
- 
 
- 
- 
- 
Method Detail- 
ackpublic abstract Tcp.Event ack() The acknowledgment token associated with this write command.
 - 
appendpublic Tcp.CompoundWrite append(Tcp.WriteCommand that) Java API: appends this command with anotherWriteCommandto form aCompoundWrite.
 - 
wantsAckpublic boolean wantsAck() 
 
- 
 
-