Package akka.io
Interface Udp.Command
-
- All Superinterfaces:
akka.io.SelectionHandler.HasFailureMessage
,Udp.Message
- All Known Implementing Classes:
Udp.Bind
,Udp.ResumeReading$
,Udp.Send
,Udp.SimpleSender
,Udp.SimpleSender$
,Udp.SuspendReading$
,Udp.Unbind$
- Enclosing class:
- Udp
public static interface Udp.Command extends akka.io.SelectionHandler.HasFailureMessage, Udp.Message
The common type of all commands supported by the UDP implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Udp.CommandFailed
failureMessage()
-
-
-
Method Detail
-
failureMessage
Udp.CommandFailed failureMessage()
- Specified by:
failureMessage
in interfaceakka.io.SelectionHandler.HasFailureMessage
-
-