Module actix_rt::net[][src]

TCP/UDP/Unix bindings (mostly Tokio re-exports).

Structs

TcpListener

A TCP socket server, listening for connections.

TcpSocket

A TCP socket that has not yet been converted to a TcpStream or TcpListener.

TcpStream

A TCP stream between a local and a remote socket.

UdpSocket

A UDP socket

Traits

ActixStream

Extension trait over async read+write types that can also signal readiness.