Module service
Expand description
TCP services for Rama.
Structs§
- Created
TcpStream Connector - Contains a
Connector
created by aTcpStreamConnectorFactory
, together with theContext
used to create it in relation to. - Forwarder
- A TCP forwarder.
- TcpConnector
- A connector which can be used to establish a TCP connection to a server.
- TcpStream
Connector Clone Factory - Utility implementation of a
TcpStreamConnectorFactory
which is implemented to allow one to use aClone
ableTcpStreamConnector
as aTcpStreamConnectorFactory
by cloning itself.
Traits§
- TcpStream
Connector Factory - Factory to create a
TcpStreamConnector
. This is used by the TCP stream service to create a stream within a specificContext
.
Type Aliases§
- Default
Forwarder - Default
Forwarder
.