Module actix_rt::net

source ·
Expand description

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

Structs

  • Describes the readiness state of an I/O resources.
  • A TCP socket server, listening for connections.
  • A TCP socket that has not yet been converted to a TcpStream or TcpListener.
  • A TCP stream between a local and a remote socket.
  • A UDP socket.
  • An I/O object representing a Unix datagram socket.
  • A Unix socket which can accept connections from other Unix sockets.
  • A structure representing a connected Unix socket.