Package akka.io

Class UdpConnected


  • public class UdpConnected
    extends java.lang.Object
    UDP Extension for Akka’s IO layer.

    This extension implements the connectionless UDP protocol with calling connect on the underlying sockets, i.e. with restricting from whom data can be received. For “unconnected” UDP mode see Udp.

    For a full description of the design and philosophy behind this IO implementation please refer to the Akka online documentation.

    The Java API for generating UDP commands is available at UdpConnectedMessage.