Module service
Expand description
TCP services for Rama.
Structs§
- Created
TcpStream Connector - Contains a
Connectorcreated by aTcpStreamConnectorFactory, together with the [Context] 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
TcpStreamConnectorFactorywhich is implemented to allow one to use aCloneableTcpStreamConnectoras aTcpStreamConnectorFactoryby 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 specific [Context].
Type Aliases§
- Default
Forwarder - Default
Forwarder.