Struct native::io::net::TcpListener[src]
pub struct TcpListener {
// some fields omitted
}pub struct TcpListener {
// some fields omitted
}impl TcpListenerfn bind(addr: SocketAddr) -> IoResult<TcpListener>fn fd(&self) -> sock_tfn native_listen(self, backlog: int) -> IoResult<TcpAcceptor>impl RtioTcpListener for TcpListenerfn listen(~self) -> IoResult<Box<RtioTcpAcceptor + Send>>impl RtioSocket for TcpListenerfn socket_name(&mut self) -> IoResult<SocketAddr>
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 (or str), enum,
trait, typedef (or
tdef).