Skip to main content

Module client

Module client 

Expand description

Rama TCP Client module.

Modules§

service
TCP services for Rama.

Structs§

DenyTcpStreamConnector
a TcpStreamConnector implementation which denies all incoming tcp connector requests with a TcpConnectDeniedError.
Request
A request to establish a Tcp Connection.
TcpConnectDeniedError
TCP connect denied

Traits§

TcpStreamConnector
Trait used internally by tcp_connect and the TcpConnector to actually establish the TcpStream

Functions§

default_tcp_connect
Establish a TcpStream connection for the given HostWithPort, using the default settings and no custom state.
tcp_connect
Establish a TcpStream connection for the given HostWithPort.