akka.io
Interface Udp.Command

All Superinterfaces:
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 SelectionHandler.HasFailureMessage, Udp.Message

The common type of all commands supported by the UDP implementation.


Method Summary
 Udp.CommandFailed failureMessage()
           
 

Method Detail

failureMessage

Udp.CommandFailed failureMessage()
Specified by:
failureMessage in interface SelectionHandler.HasFailureMessage