This is the complete list of members for
PLCore::HttpServer, including all inherited members.
Close() | PLCore::Host | [inline] |
CloseConnections() | PLCore::Host | |
ClosePort() | PLCore::Host | |
Connect(const String &sServerName, uint32 nPort) | PLCore::Host | |
CreateIncomingConnection() override | PLCore::HttpServer | [protected, virtual] |
CreateOutgoingConnection() override | PLCore::Server | [protected, virtual] |
GetConnections() const | PLCore::Host | [inline] |
GetMaxConnections() const | PLCore::Host | [inline] |
GetPort() const | PLCore::Host | [inline] |
Host() | PLCore::Host | |
HttpServer() | PLCore::HttpServer | |
IsListening() const | PLCore::Host | [inline] |
Listen(uint32 nPort) | PLCore::Host | |
OnConnect(Connection &cConnection) override | PLCore::HttpServer | [protected, virtual] |
OnDisconnect(Connection &cConnection) override | PLCore::HttpServer | [protected, virtual] |
OnError(HttpServerConnection *pConnection, EHttpStatus nStatus) | PLCore::HttpServer | [protected, virtual] |
OnGet(HttpServerConnection *pConnection, const HttpHeader *pHeader) | PLCore::HttpServer | [protected, virtual] |
OnRequest(HttpServerConnection *pConnection, const HttpHeader *pHeader) | PLCore::HttpServer | [protected, virtual] |
RemoveInactiveConnections() | PLCore::Host | |
Server() | PLCore::Server | |
SetMaxConnections(uint32 nMaxConnections) | PLCore::Host | [inline] |
~Host() | PLCore::Host | [virtual] |
~HttpServer() | PLCore::HttpServer | [virtual] |
~Server() | PLCore::Server | [virtual] |