Struct hyper::net::HttpAcceptorExperimental
[-]
[+]
[src]
pub struct HttpAcceptor { // some fields omitted }
A NetworkAcceptor
for HttpStream
s.
pub struct HttpAcceptor { // some fields omitted }
A NetworkAcceptor
for HttpStream
s.
impl Acceptor<HttpStream> for HttpAcceptor
fn accept(&mut self) -> IoResult<HttpStream>
fn incoming(&'r mut self) -> IncomingConnections<'r, Self>
impl NetworkAcceptor<HttpStream> for HttpAcceptor
impl Clone for HttpAcceptor
fn clone(&self) -> HttpAcceptor
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).