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
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Udp Instance
Field Value
Type | Description |
---|---|
Udp |
Methods
| Improve this Doc View SourceCreateExtension(ExtendedActorSystem)
TBD
Declaration
public override UdpExt CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Returns
Type | Description |
---|---|
UdpExt | TBD |
Overrides
Akka.Actor.ExtensionIdProvider<Akka.IO.UdpExt>.CreateExtension(Akka.Actor.ExtendedActorSystem)
|
Improve this Doc
View Source
Manager(ActorSystem)
TBD
Declaration
public static IActorRef Manager(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |
Returns
Type | Description |
---|---|
IActorRef | TBD |