Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Ntracing | |
Cwserror | This class represents any errors in our WebSockets implementation |
▼Nutf8_validator | |
Cvalidator | A validator for UTF-8 strings |
▼Nwspp | |
▼Nframe | |
Cparser | The main parser/codec for our WebSockets implementation |
Csimple_rng | A VERY simplistic random generator |
Cwsendpoint | This class implements a server-side WebSockets endpoint |
Cwshandler | Event handler interface for the server-side WebSockets endpoint |
C__caseless | Caseless Compare class for case insensitive map |
CContentDisposition | This class stores the content disposition of a subbody |
CDatum | Class that makes it easy to go between numbers and strings |
CEHS | EHS provides HTTP server functionality to a child class |
CEHSConnection | EHSConnection abstracts the concept of a connection to an EHS application |
CEHSServer | EHSServer contains all the network related services for EHS |
CFormValue | This class stores form data sent from the client in GET and POST requests |
CGenericResponse | This class represents what is sent back to the client |
CHttpRequest | This class represents a clients HTTP request |
CHttpResponse | This class represents what is sent back to the client |
CMutexHelper | Automatically unlocks a mutex if destroyed |
CNetworkAbstraction | Abstracts different socket types |
CPassphraseHandler | This interface describes a handler for retrieving passphrases |
CPrivilegedBindHelper | Helper class for binding of sockets to privileged ports |
CRawSocketHandler | Helper class for performing raw socket IO |
CSHA1 | This class implements the Secure Hashing Standard as defined in FIPS PUB 180-1 published April 17, 1995 |
CSocket | Plain socket implementation of NetworkAbstraction |