Struct rustun::client::TcpClient [] [src]

pub struct TcpClient(_);

A Client trait implementation which uses TcpClientTransport as the transport layer.

Methods

impl TcpClient
[src]

Makes a future that results in a TcpClient instance which communicates with server.

Trait Implementations

impl Client for TcpClient
[src]

Future type to handle a request/response transaction using RawMessage.

Future type to handle a indication transaction using RawMessage.

Makes a Future that sends the raw request message to a server and waits the response from it. Read more

Makes a Future that sends the raw indication message to a server.

Makes a Future that sends the request message to a server and waits the response from it. Read more

Makes a Future that sends the indication message to a server.