| Name | Description | Type | Package | Framework |
| Udp | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| Udp$ | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| Udp .Bind | Send this message to the UdpExt. | Class | akka.io.Udp | Akka |
|
| Udp .Bind$ | | Class | akka.io.Udp | Akka |
|
| Udp .Bound | This message is sent by the listener actor in response to a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Bound$ | | Class | akka.io.Udp | Akka |
|
| Udp .Command | The common type of all commands supported by the UDP implementation. | Interface | akka.io.Udp | Akka |
|
| Udp .CommandFailed | When a command fails it will be replied to with this message type, wrapping the failing command object. | Class | akka.io.Udp | Akka |
|
| Udp .CommandFailed$ | | Class | akka.io.Udp | Akka |
|
| Udp .NoAck | Each Udp. | Class | akka.io.Udp | Akka |
|
| Udp .NoAck$ | Default Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Received | When a listener actor receives a datagram from its socket it will send it to the handler designated in the Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Received$ | | Class | akka.io.Udp | Akka |
|
| Udp .ResumeReading$ | This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command. | Class | akka.io.Udp | Akka |
|
| Udp .Send | This message is understood by the “simple sender” which can be obtained by sending the Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Send$ | | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSender | Retrieve a reference to a “simple sender” actor of the UDP extension. | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSender$ | | Class | akka.io.Udp | Akka |
|
| Udp .SimpleSenderReady$ | | Class | akka.io.Udp | Akka |
|
| Udp .SO$ | Scala API: This object provides access to all socket options applicable to UDP sockets. | Class | akka.io.Udp | Akka |
|
| Udp .SuspendReading$ | Send this message to a listener actor (which sent a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .UdpSettings | | Class | akka.io.Udp | Akka |
|
| Udp .Unbind$ | Send this message to the listener actor that previously sent a Udp. | Class | akka.io.Udp | Akka |
|
| Udp .Unbound$ | | Class | akka.io.Udp | Akka |
|
| UdpConnected | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| UdpConnected$ | UDP Extension for Akka’s IO layer. | Class | akka.io | Akka |
|
| UdpConnected .Command | The common type of all commands supported by the UDP implementation. | Interface | akka.io.UdpConnected | Akka |
|
| UdpConnected .CommandFailed | When a command fails it will be replied to with this message type, wrapping the failing command object. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .CommandFailed$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connect | Send this message to the UdpExt. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connect$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Connected$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Disconnect$ | Send this message to a connection actor (which had previously sent the UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Disconnected$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .NoAck | Each UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .NoAck$ | Default UdpConnected. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Received | When a connection actor receives a datagram from its socket it will send it to the handler designated in the Udp. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Received$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .ResumeReading$ | This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Send | This message is understood by the connection actors to send data to their designated destination. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .Send$ | | Class | akka.io.UdpConnected | Akka |
|
| UdpConnected .SuspendReading$ | Send this message to a listener actor (which sent a Udp. | Class | akka.io.UdpConnected | Akka |
|
| UdpConnectedExt | | Class | akka.io | Akka |
|
| UdpConnectedManager | | Class | akka.io | Akka |
|
| UdpConnectedMessage | Java API: factory methods for the message types used when communicating with the UdpConnected service. | Class | akka.io | Akka |
|
| UdpConnectedMessage$ | Java API: factory methods for the message types used when communicating with the UdpConnected service. | Class | akka.io | Akka |
|
| UdpConnection | | Class | akka.io | Akka |
|
| UdpExt | | Class | akka.io | Akka |
|
| UdpListener | | Class | akka.io | Akka |
|
| UdpManager | UdpManager is a facade for simple fire-and-forget style UDP operations UdpManager is obtainable by calling IO(Udp) (see IO and Udp) | Class | akka.io | Akka |
|
| UdpMessage | Java API: factory methods for the message types used when communicating with the Udp service. | Class | akka.io | Akka |
|
| UdpMessage$ | Java API: factory methods for the message types used when communicating with the Udp service. | Class | akka.io | Akka |
|
| UdpSender | | Class | akka.io | Akka |
|
| UdpSO | | Class | akka.io | Akka |
|
| UdpSO$ | | Class | akka.io | Akka |