Skip to main content

Module service

Module service 

Expand description

TCP services for Rama.

Structs§

CreatedTcpStreamConnector
Contains a Connector created by a TcpStreamConnectorFactory.
Forwarder
A TCP forwarder.
TcpConnector
A connector which can be used to establish a TCP connection to a server.
TcpStreamConnectorCloneFactory
Utility implementation of a TcpStreamConnectorFactory which is implemented to allow one to use a Cloneable TcpStreamConnector as a TcpStreamConnectorFactory by cloning itself.

Traits§

TcpStreamConnectorFactory
Factory to create a TcpStreamConnector. This is used by the TCP stream service to create a TcpStream.

Type Aliases§

DefaultForwarder
Default Forwarder.