Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cHTTPServer, including all inherited members.
cHTTPServer(void) | cHTTPServer | |
cHTTPServerConnection class | cHTTPServer | friend |
cHTTPServerListenCallbacks class | cHTTPServer | friend |
cSslHTTPServerConnection class | cHTTPServer | friend |
Initialize(void) | cHTTPServer | |
m_Callbacks | cHTTPServer | protected |
m_ServerHandles | cHTTPServer | protected |
m_SslConfig | cHTTPServer | protected |
NewRequest(cHTTPServerConnection &a_Connection, cHTTPIncomingRequest &a_Request) | cHTTPServer | protected |
OnIncomingConnection(const AString &a_RemoteIPAddress, UInt16 a_RemotePort) | cHTTPServer | protected |
RequestBody(cHTTPServerConnection &a_Connection, cHTTPIncomingRequest &a_Request, const void *a_Data, size_t a_Size) | cHTTPServer | protected |
RequestFinished(cHTTPServerConnection &a_Connection, cHTTPIncomingRequest &a_Request) | cHTTPServer | protected |
Start(cCallbacks &a_Callbacks, const AStringVector &a_Ports) | cHTTPServer | |
Stop(void) | cHTTPServer | |
~cHTTPServer() | cHTTPServer | virtual |