Struct rocket::http::hyper::net::HttpsListener [] [src]

pub struct HttpsListener<S> where S: SslServer<HttpStream> { /* fields omitted */ }

A Http Listener over SSL.

Methods

impl<S> HttpsListener<S> where S: SslServer<HttpStream>
[src]

Start listening to an address over HTTPS.

Construct an HttpsListener from a bound TcpListener.

Trait Implementations

impl<S> Clone for HttpsListener<S> where S: SslServer<HttpStream> + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S> NetworkListener for HttpsListener<S> where S: SslServer<HttpStream> + Clone
[src]

The stream produced for each connection.

Returns an iterator of streams.

Get the address this Listener ended up listening on.

Returns an iterator over incoming connections.