Table of Contents
Classes
- Platoon Platoon of robousers.
- Poller A class to monitor a set of file descriptors for readiness events.
- Poller_devpoll A class to monitor a set of file descriptors for readiness events.
- Poller_kqueue An implementation of Poller for FreeBSD41's kqueue() system call.
- Poller_poll A class to monitor a set of file descriptors for readiness events.
- Poller_select A class to monitor a set of file descriptors for readiness events.
- Poller_sigfd Implementation of Poller for Vitaly Luban's sig-per-fd (O_ONESIGFD) patch
- Poller_sigio A class to monitor a set of file descriptors for readiness events.
- ftp_client_pipe_datainterface_t Interface that must be implemented by user code to handle FTP data blocks passed to it by this module.
- ftp_client_pipe_t Module to handle the networking calls for the client side of the FTP protocol.
- ftp_client_proto_t Module to implement the protocol part of the client side of the File Transfer Protocol, RFC 959.
- nbbio Non-blocking buffered i/o: Trivial FIFO class for holding bytes on their way to or from a nonblocking socket.
- robouser_t Module to simulate FTP users.
Functions
Macros
Typedefs
Hierarchy of classes
This page was generated with the help of DOC++.