Module mecca.reactor.io.fd

Reactor aware FD (file descriptor) operations

Classes

NameDescription
ShortRead Exception thrown if Socket.recvObj receives partial data

Structs

NameDescription
ConnectedDatagramSocket Wrapper for connection oriented datagram sockets.
ConnectedSocket Wrapper for connection oriented sockets.
DatagramSocket Wrapper for datagram oriented socket (such as UDP)
File Reactor aware FD wrapper for files
ReactorFD An FD capable of performing sleeping operations through the reactor, when necessary
Socket Base class for the different types of sockets