akka.io
Interface Tcp.Command

All Superinterfaces:
NoSerializationVerificationNeeded, akka.io.SelectionHandler.HasFailureMessage, Tcp.Message
All Known Subinterfaces:
Tcp.CloseCommand, Tcp.SimpleWriteCommand, Tcp.WriteCommand
All Known Implementing Classes:
Tcp.Abort$, Tcp.Bind, Tcp.Close$, Tcp.CompoundWrite, Tcp.ConfirmedClose$, Tcp.Connect, Tcp.Register, Tcp.ResumeReading$, Tcp.ResumeWriting$, Tcp.SuspendReading$, Tcp.Unbind$, Tcp.Write, Tcp.WriteFile, TcpPipelineHandler.TcpEvent, TcpPipelineHandler.Tell
Enclosing class:
Tcp

public static interface Tcp.Command
extends Tcp.Message, akka.io.SelectionHandler.HasFailureMessage

This is the common trait for all commands understood by TCP actors.


Method Summary
 Tcp.CommandFailed failureMessage()
           
 

Method Detail

failureMessage

Tcp.CommandFailed failureMessage()
Specified by:
failureMessage in interface akka.io.SelectionHandler.HasFailureMessage