Class Udp
UDP Extension for Akka’s IO layer.
This extension implements the connectionless UDP protocol without
calling connect
on the underlying sockets, i.e. without restricting
from whom data can be received. For "connected" UDP mode see UdpConnected.
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 Udp : ExtensionIdProvider<UdpExt>, IExtensionId<UdpExt>, IExtensionId
Fields
| Edit this page View SourceInstance
TBD
Declaration
public static readonly Udp Instance
Field Value
Type | Description |
---|---|
Udp |
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
TBD
Declaration
public override UdpExt CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Returns
Type | Description |
---|---|
UdpExt | TBD |
Overrides
| Edit this page View SourceManager(ActorSystem)
TBD
Declaration
public static IActorRef Manager(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |
Returns
Type | Description |
---|---|
IActorRef | TBD |