Fastcgipp::Http::Address | Efficiently stores IPv4 addresses |
basic_ostream | |
Fastcgipp::Protocol::BeginRequest | Data structure used as the body for FastCGI records with a RecordType of BEGIN_REQUEST |
Fastcgipp::Block | A raw block of memory |
Fastcgipp::Protocol::EndRequest | Data structure used as the body for FastCGI records with a RecordType of END_REQUEST |
Fastcgipp::equalsFd | Predicate for comparing the file descriptor of a pollfd |
Fastcgipp::Exceptions::Exception | General fastcgi++ exception |
Fastcgipp::Fcgistream< charT, traits > | Stream class for output of client data through FastCGI |
Fastcgipp::Fcgistream< charT, traits >::Fcgibuf | Stream buffer class for output of client data through FastCGI |
Fastcgipp::Protocol::FullId | A full ID value for a FastCGI request |
Fastcgipp::Protocol::Header | Data structure used as the header for FastCGI records |
Fastcgipp::Protocol::ManagementReply< NAMELENGTH, VALUELENGTH, PADDINGLENGTH > | Used for the reply of FastCGI management records of type GET_VALUES |
Fastcgipp::Manager< T > | General task and protocol management class |
Fastcgipp::Manager< T >::Requests | Associative container type for active requests |
Fastcgipp::Manager< T >::Tasks | Queue type for pending tasks |
Fastcgipp::Message | Data structure used to pass messages within the fastcgi++ task management system |
Fastcgipp::Exceptions::Param | Exception for parameter decoding errors |
Fastcgipp::Exceptions::Poll | Exception for poll() errors |
Fastcgipp::Http::Post< charT > | Holds a piece of HTTP post data |
Fastcgipp::Exceptions::RecordOutOfOrder | Exception for reception of records out of order |
Fastcgipp::Exceptions::Request | General fastcgi++ request exception |
Fastcgipp::Request< charT > | Request handling class |
Fastcgipp::Request< charT >::Messages | Queue type for pending messages |
Fastcgipp::Http::Session< charT > | Data structure of HTTP session data |
Fastcgipp::Exceptions::Socket | General exception for socket related errors |
Fastcgipp::Exceptions::SocketRead | Exception for read errors to sockets |
Fastcgipp::Exceptions::SocketWrite | Exception for write errors to sockets |
Fastcgipp::Exceptions::Stream | Exception for output stream processing |
Fastcgipp::Transceiver | Handles low level communication with "the other side" |
Fastcgipp::Transceiver::Buffer | Buffer type for transmission of FastCGI records |
Fastcgipp::Transceiver::Buffer::Chunk | Chunk of data in Buffer |
Fastcgipp::Transceiver::Buffer::Frame | Frame of data associated with a file descriptor |
Fastcgipp::Transceiver::Buffer::SendBlock | Block of memory for extraction from Buffer |
Fastcgipp::Transceiver::fdBuffer | Buffer type for receiving FastCGI records |
Fastcgipp::Protocol::UnknownType | Data structure used as the body for FastCGI records with a RecordType of UNKNOWN_TYPE |
utf8_codecvt_facet | |