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

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

A Http Listener over SSL.

Methods

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

Start listening to an address over HTTPS.

Construct an HttpsListener from a bound TcpListener.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: SslServer + Clone> NetworkListener for HttpsListener<S>
[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.