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

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

A Http Listener over SSL.

Methods

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

[src]

Start listening to an address over HTTPS.

[src]

Construct an HttpsListener from a bound TcpListener.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

The stream produced for each connection.

[src]

Returns an iterator of streams.

[src]

Get the address this Listener ended up listening on.

[src]

Sets the read timeout for all streams that are accepted

[src]

Sets the write timeout for all streams that are accepted

Important traits for NetworkConnections<'a, N>
[src]

Returns an iterator over incoming connections.