Type Alias websocket::server::async::Server

source ·
pub type Server<S> = WsServer<S, TcpListener>;
Expand description

The asynchronous specialization of a websocket server. Use this struct to create asynchronous servers.

Aliased Type§

struct Server<S> {
    pub ssl_acceptor: S,
    /* private fields */
}

Fields§

§ssl_acceptor: S

The SSL acceptor given to the server