[][src]Module async_tungstenite::tokio

tokio integration.

Structs

TokioAdapter

Adapter for tokio::io::AsyncRead and tokio::io::AsyncWrite to provide the variants from the futures crate and the other way around.

Functions

client_async_tls

Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required.

client_async_tls_with_config

Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given WebSocket configuration.

client_async_tls_with_connector

Creates a WebSocket handshake from a request and a stream, upgrading the stream to TLS if required and using the given connector.

connect_async

Connect to a given URL.

connect_async_with_config

Connect to a given URL with a given WebSocket configuration.

connect_async_with_tls_connector

Connect to a given URL using the provided TLS connector.

connect_async_with_tls_connector_and_config

Connect to a given URL using the provided TLS connector.