Click or drag to resize
Akka.NETTcpExt Class
TBD
Inheritance Hierarchy
SystemObject
  Akka.Streams.DslTcpExt

Namespace:  Akka.Streams.Dsl
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class TcpExt : IExtension

The TcpExt type exposes the following members.

Constructors
  NameDescription
Public methodTcpExt
TBD
Top
Methods
  NameDescription
Public methodBind
Creates a TcpServerBinding instance which represents a prospective TCP server binding on the given host and port/>.

Please note that the startup of the server is asynchronous, i.e. after materializing the enclosing RunnableGraphTMat the server is not immediately available. Only after the materialized future completes is the server ready to accept client connections.

Public methodBindAndHandle
Creates a TcpServerBinding instance which represents a prospective TCP server binding on the given host and port/> handling the incoming connections using the provided Flow.

Please note that the startup of the server is asynchronous, i.e. after materializing the enclosing RunnableGraphTMat the server is not immediately available. Only after the materialized future completes is the server ready to accept client connections.

Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOutgoingConnection(String, Int32)
Creates an TcpOutgoingConnection without specifying options. It represents a prospective TCP client connection to the given endpoint.
Public methodOutgoingConnection(EndPoint, EndPoint, IImmutableListInetSocketOption, Boolean, NullableTimeSpan, NullableTimeSpan)
Creates a TcpOutgoingConnection instance representing a prospective TCP client connection to the given endpoint.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldBindShutdownTimeout
TBD
Top
Extension Methods
See Also