Package akka.io
Interface Tcp.Command
-
- All Superinterfaces:
NoSerializationVerificationNeeded
,akka.io.SelectionHandler.HasFailureMessage
,Tcp.Message
- All Known Subinterfaces:
Tcp.CloseCommand
- All Known Implementing Classes:
Tcp.Abort$
,Tcp.Bind
,Tcp.Close$
,Tcp.CompoundWrite
,Tcp.ConfirmedClose$
,Tcp.Connect
,Tcp.Register
,Tcp.ResumeAccepting
,Tcp.ResumeReading$
,Tcp.ResumeWriting$
,Tcp.SimpleWriteCommand
,Tcp.SuspendReading$
,Tcp.Unbind$
,Tcp.Write
,Tcp.WriteCommand
,Tcp.WriteFile
,Tcp.WritePath
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcp.CommandFailed
failureMessage()
-
-
-
Method Detail
-
failureMessage
Tcp.CommandFailed failureMessage()
- Specified by:
failureMessage
in interfaceakka.io.SelectionHandler.HasFailureMessage
-
-