Module service
Expand description
TCP services for Rama.
Structs§
- Created
TcpStream Connector - Contains a
Connectorcreated by aTcpStreamConnectorFactory. - 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 aTcpStream.
Type Aliases§
- Default
Forwarder - Default
Forwarder.