Module jsonrpsee_ws_client::transport[][src]

WebSocket transport.

Structs

Host

String representation of the host (domain or IP address) of an URL.

Receiver

Receiving end of WebSocket transport.

Sender

Sending end of WebSocket transport.

WsTransportClientBuilder

Builder for a WebSocket transport Sender and [’Receiver`] pair.

Enums

Mode

Stream mode, either plain TCP or TLS.

WsConnectError

Error that can happen during a request.

WsHandshakeError

Error that can happen during the initial handshake.

WsNewError

Error that can happen during the initial handshake.

Functions

parse_url

Helper to parse an URL to a WebSocket address.