Class TcpExt
TBD
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public sealed class TcpExt : IOExtension, IExtension
Constructors
| Improve this Doc View SourceTcpExt(ExtendedActorSystem)
Declaration
public TcpExt(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system |
Properties
| Improve this Doc View SourceBufferPool
A buffer pool used by current plugin.
Declaration
public IBufferPool BufferPool { get; }
Property Value
Type | Description |
---|---|
IBufferPool |
Manager
Gets reference to a TCP manager actor.
Declaration
public override IActorRef Manager { get; }
Property Value
Type | Description |
---|---|
IActorRef |
Overrides
| Improve this Doc View SourceSettings
TBD
Declaration
public TcpSettings Settings { get; }
Property Value
Type | Description |
---|---|
TcpSettings |