Class UdpConnected
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.
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class UdpConnected : ExtensionIdProvider<UdpConnectedExt>, IExtensionId<UdpConnectedExt>, IExtensionId
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly UdpConnected Instance
Field Value
Type | Description |
---|---|
UdpConnected |
Methods
| Improve this Doc View SourceCreateExtension(ExtendedActorSystem)
TBD
Declaration
public override UdpConnectedExt CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Returns
Type | Description |
---|---|
UdpConnectedExt | TBD |
Overrides
Akka.Actor.ExtensionIdProvider<Akka.IO.UdpConnectedExt>.CreateExtension(Akka.Actor.ExtendedActorSystem)