Expand description
Structs§
- Addr
Parse Error - 🚩
core
An error which can be returned when parsing an IP address or a socket address. - Ipv4
Addr core
An IPv4 address.- Ipv6
Addr core
An IPv6 address.- Socket
Addr V4 core
An IPv4 socket address.- Socket
Addr V6 core
An IPv6 socket address.- TcpIncoming
std
- 🔄
std
An iterator that infinitely accepts connections on aTcpListener
. - TcpListener
std
std
A TCP socket server, listening for connections.- TcpStream
std
std
A TCP stream between a local and a remote socket.- UdpSocket
std
std
A UDP socket.
Enums§
- IpAddr
core
An IP address, either IPv4 or IPv6.- Socket
Addr core
An internet socket address, either IPv4 or IPv6.- TcpShutdown
std
std
Possible values which can be passed to theTcpStream::shutdown
method.
Traits§
- ToSocket
Addrs std
std
Objects which can be converted or resolved to one or moreSocketAddr
values.