akka.io
Interface Tcp.Message

All Superinterfaces:
NoSerializationVerificationNeeded
All Known Subinterfaces:
BackpressureBuffer.HighWatermarkReached, BackpressureBuffer.LowWatermarkReached, Tcp.CloseCommand, Tcp.Command, Tcp.ConnectionClosed, Tcp.Event, Tcp.SimpleWriteCommand, Tcp.Unbound, Tcp.WriteCommand, Tcp.WritingResumed
All Known Implementing Classes:
BackpressureBuffer.Ack, BackpressureBuffer.HighWatermarkReached$, BackpressureBuffer.LowWatermarkReached$, 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.ResumeReading$, Tcp.ResumeWriting$, Tcp.SuspendReading$, Tcp.Unbind$, Tcp.Unbound$, Tcp.Write, Tcp.WriteFile, Tcp.WritingResumed$, TcpPipelineHandler.TcpEvent, TcpPipelineHandler.Tell
Enclosing class:
Tcp

public static interface Tcp.Message
extends NoSerializationVerificationNeeded

The common interface for Tcp.WriteCommand and Tcp.Event.