public class UdpConnected$ extends java.lang.Object implements ExtensionId<UdpConnectedExt>, ExtensionIdProvider
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.
| Modifier and Type | Field and Description |
|---|---|
static UdpConnected$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
UdpConnected$() |
| Modifier and Type | Method and Description |
|---|---|
UdpConnectedExt |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
UdpConnectedExt |
get(ActorSystem system)
Java API: retrieve the UdpConnected extension for the given system.
|
UdpConnected$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, hashCodepublic static final UdpConnected$ MODULE$
public UdpConnected$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic UdpConnectedExt createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<UdpConnectedExt>system - (undocumented)public UdpConnectedExt get(ActorSystem system)
get in interface ExtensionId<UdpConnectedExt>system - (undocumented)