Module websocket::async

source ·
Expand description

A collection of handy asynchronous-only parts of the crate.

Re-exports

pub use codec;
pub use codec::http::HttpClientCodec;
pub use codec::http::HttpServerCodec;
pub use codec::ws::Context as MsgCodecCtx;
pub use codec::ws::MessageCodec;
pub use stream::async as stream;
pub use stream::async::Stream;
pub use server::async::Server;
pub use client::async::Client;
pub use result::async::WebSocketFuture;
pub use futures;

Modules

A collection of handy asynchronous-only parts of the client module.
A collection of handy asynchronous-only parts of the server module.

Structs

A reference to a reactor.
An I/O object representing a TCP socket listening for incoming connections.
An I/O object representing a TCP stream connected to a remote endpoint.