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