Package akka.io
Interface Tcp.Event
- 
- All Superinterfaces:
 NoSerializationVerificationNeeded,Tcp.Message
- All Known Subinterfaces:
 Tcp.ConnectionClosed,Tcp.Unbound,Tcp.WritingResumed
- All Known Implementing Classes:
 Tcp.Aborted$,Tcp.Bound,Tcp.Closed$,Tcp.CommandFailed,Tcp.ConfirmedClosed$,Tcp.Connected,Tcp.ErrorClosed,Tcp.NoAck,Tcp.NoAck$,Tcp.PeerClosed$,Tcp.Received,Tcp.Unbound$,Tcp.WritingResumed$
- Enclosing class:
 - Tcp
 
public static interface Tcp.Event extends Tcp.Message
Common interface for all events generated by the TCP layer actors.