Search Results for

    Show / Hide Table of Contents

    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.

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

    Fields

    | Edit this page View Source

    Instance

    Singleton instance of the UdpConnected extension.

    Declaration
    public static readonly UdpConnected Instance
    Field Value
    Type Description
    UdpConnected

    Methods

    | Edit this page View Source

    CreateExtension(ExtendedActorSystem)

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

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

    The actor system to create the extension for.

    Returns
    Type Description
    UdpConnectedExt

    A new UdpConnected extension instance.

    Overrides
    ExtensionIdProvider<UdpConnectedExt>.CreateExtension(ExtendedActorSystem)

    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