Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    ExtensionIdProvider<UdpExt>
    Udp
    Implements
    IExtensionId<UdpExt>
    IExtensionId
    Inherited Members
    ExtensionIdProvider<UdpExt>.Apply(ActorSystem)
    ExtensionIdProvider<UdpExt>.ExtensionType
    ExtensionIdProvider<UdpExt>.Get(ActorSystem)
    ExtensionIdProvider<UdpExt>.Equals(object)
    ExtensionIdProvider<UdpExt>.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public class Udp : ExtensionIdProvider<UdpExt>, IExtensionId<UdpExt>, IExtensionId

    Fields

    | Edit this page View Source

    Instance

    Singleton instance of the UDP extension.

    Declaration
    public static readonly Udp Instance
    Field Value
    Type Description
    Udp

    Methods

    | Edit this page View Source

    CreateExtension(ExtendedActorSystem)

    Creates a new UDP extension instance for the specified actor system.

    Declaration
    public override UdpExt CreateExtension(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    The actor system to create the extension for.

    Returns
    Type Description
    UdpExt

    A new UDP extension instance.

    Overrides
    ExtensionIdProvider<UdpExt>.CreateExtension(ExtendedActorSystem)
    | Edit this page View Source

    Manager(ActorSystem)

    Gets the UDP manager actor reference for the specified actor system.

    Declaration
    public static IActorRef Manager(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    The actor system to get the UDP manager for.

    Returns
    Type Description
    IActorRef

    The actor reference to the UDP manager.

    Implements

    IExtensionId<T>
    IExtensionId

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET