Package akka.io
Interface Udp.Message
-
- All Known Subinterfaces:
Udp.Command
,Udp.Event
,Udp.SimpleSenderReady
- All Known Implementing Classes:
Udp.Bind
,Udp.Bound
,Udp.CommandFailed
,Udp.NoAck
,Udp.NoAck$
,Udp.Received
,Udp.ResumeReading$
,Udp.Send
,Udp.SimpleSender
,Udp.SimpleSender$
,Udp.SimpleSenderReady$
,Udp.SuspendReading$
,Udp.Unbind$
- Enclosing class:
- Udp
public static interface Udp.Message
The common interface forUdp.Command
andUdp.Event
.