[−][src]Struct hyper::net::HttpsListener
A Http Listener over SSL.
Methods
impl<S: SslServer> HttpsListener<S>
[src][−]
pub fn new<To: ToSocketAddrs>(addr: To, ssl: S) -> Result<HttpsListener<S>>
[src][−]
Start listening to an address over HTTPS.
pub fn with_listener(listener: HttpListener, ssl: S) -> HttpsListener<S>
[src][−]
Construct an HttpsListener from a bound TcpListener
.
Trait Implementations
impl<S: Clone + SslServer> Clone for HttpsListener<S>
[src][+]
impl<S: SslServer + Clone> NetworkListener for HttpsListener<S>
[src][+]
Auto Trait Implementations
impl<S> RefUnwindSafe for HttpsListener<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for HttpsListener<S> where
S: Send,
S: Send,
impl<S> Sync for HttpsListener<S> where
S: Sync,
S: Sync,
impl<S> Unpin for HttpsListener<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for HttpsListener<S> where
S: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[src][+]
T: Any,