Search Results for

    Show / Hide Table of Contents

    Class TcpExt

    Akka.IO TCP extension - provides an actor-based API for TCP socket communication.

    Inheritance
    object
    IOExtension
    TcpExt
    Implements
    IExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.IO
    Assembly: Akka.dll
    Syntax
    public sealed class TcpExt : IOExtension, IExtension

    Constructors

    | Edit this page View Source

    TcpExt(ExtendedActorSystem)

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

    Properties

    | Edit this page View Source

    BufferPool

    A buffer pool used by current plugin.

    Declaration
    public IBufferPool BufferPool { get; }
    Property Value
    Type Description
    IBufferPool
    | Edit this page View Source

    Manager

    Gets reference to a TCP manager actor.

    Declaration
    public override IActorRef Manager { get; }
    Property Value
    Type Description
    IActorRef
    Overrides
    IOExtension.Manager
    | Edit this page View Source

    Settings

    The settings used by this extension.

    Declaration
    public TcpSettings Settings { get; }
    Property Value
    Type Description
    TcpSettings

    Implements

    IExtension

    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