Package akka.io
Interface Tcp.Message
-
- All Superinterfaces:
NoSerializationVerificationNeeded
- All Known Subinterfaces:
Tcp.CloseCommand
,Tcp.Command
,Tcp.ConnectionClosed
,Tcp.Event
,Tcp.Unbound
,Tcp.WritingResumed
- All Known Implementing Classes:
Tcp.Abort$
,Tcp.Aborted$
,Tcp.Bind
,Tcp.Bound
,Tcp.Close$
,Tcp.Closed$
,Tcp.CommandFailed
,Tcp.CompoundWrite
,Tcp.ConfirmedClose$
,Tcp.ConfirmedClosed$
,Tcp.Connect
,Tcp.Connected
,Tcp.ErrorClosed
,Tcp.NoAck
,Tcp.NoAck$
,Tcp.PeerClosed$
,Tcp.Received
,Tcp.Register
,Tcp.ResumeAccepting
,Tcp.ResumeReading$
,Tcp.ResumeWriting$
,Tcp.SimpleWriteCommand
,Tcp.SuspendReading$
,Tcp.Unbind$
,Tcp.Unbound$
,Tcp.Write
,Tcp.WriteCommand
,Tcp.WriteFile
,Tcp.WritePath
,Tcp.WritingResumed$
- Enclosing class:
- Tcp
public static interface Tcp.Message extends NoSerializationVerificationNeeded
The common interface forTcp.Command
andTcp.Event
.