Class UdpConnected$

java.lang.Object
org.apache.pekko.io.UdpConnected$
All Implemented Interfaces:
ExtensionId<UdpConnectedExt>, ExtensionIdProvider

public class UdpConnected$ extends Object implements ExtensionId<UdpConnectedExt>, ExtensionIdProvider
UDP Extension for Akka&rsquo;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 &ldquo;unconnected&rdquo; UDP mode see Udp.

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

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