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

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

A Http Listener over SSL.

Methods

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

Start listening to an address over HTTPS.

Construct an HttpsListener from a bound TcpListener.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Ssl + 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.

Important traits for NetworkConnections<'a, N>

Returns an iterator over incoming connections.

Auto Trait Implementations

impl<S> Send for HttpsListener<S> where
    S: Send

impl<S> Sync for HttpsListener<S> where
    S: Sync