Module glommio::net[][src]

This module provide glommio’s networking support.

Structs

AcceptedTcpStream

An Accepted Tcp connection that can be moved to a different executor

AcceptedUnixStream

An Accepted Unix connection that can be moved to a different executor

TcpListener

A TCP socket server, listening for connections.

TcpStream

A Tcp Stream of bytes. This can be used with AsyncRead, AsyncBufRead and AsyncWrite

UdpSocket

An Udp Socket.

UnixDatagram

A Unix Datagram Socket.

UnixListener

A Unix socket server, listening for connections.

UnixStream

A Unix Stream of bytes. This can be used with AsyncRead, AsyncBufRead and AsyncWrite