Search Results for

    Show / Hide Table of Contents

    Class Tcp

    The set of TCP capabilities for Akka.IO are exposed via this extension.

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

    Fields

    | Edit this page View Source

    ConnectionSupervisorStrategy

    Declaration
    public static readonly SupervisorStrategy ConnectionSupervisorStrategy
    Field Value
    Type Description
    SupervisorStrategy

    Methods

    | Edit this page View Source

    CreateExtension(ExtendedActorSystem)

    Creates the current extension using a given actor system.

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

    The actor system to use when creating the extension.

    Returns
    Type Description
    TcpExt

    The extension created using the given actor system.

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

    Manager(ActorSystem)

    Fetches the TCP manager actor for the given actor system.

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

    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