Struct hyper::net::HttpAcceptorExperimental [-]  [+] [src]

pub struct HttpAcceptor {
    // some fields omitted
}

A NetworkAcceptor for HttpStreams.

Trait Implementations

impl Acceptor<HttpStream> for HttpAcceptor

fn accept(&mut self) -> IoResult<HttpStream>

fn incoming(&'r mut self) -> IncomingConnections<'r, Self>

impl NetworkAcceptor<HttpStream> for HttpAcceptor

fn close(&mut self) -> IoResult<()>

Derived Implementations

impl Clone for HttpAcceptor

fn clone(&self) -> HttpAcceptor

fn clone_from(&mut self, source: &Self)