Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cHTTPServerListenCallbacks, including all inherited members.
cHTTPServerListenCallbacks(cHTTPServer &a_HTTPServer, UInt16 a_Port) | cHTTPServerListenCallbacks | inline |
m_HTTPServer | cHTTPServerListenCallbacks | protected |
m_Port | cHTTPServerListenCallbacks | protected |
OnAccepted(cTCPLink &a_Link) override | cHTTPServerListenCallbacks | inlineprotectedvirtual |
OnError(int a_ErrorCode, const AString &a_ErrorMsg) override | cHTTPServerListenCallbacks | inlineprotectedvirtual |
OnIncomingConnection(const AString &a_RemoteIPAddress, UInt16 a_RemotePort) override | cHTTPServerListenCallbacks | inlineprotectedvirtual |
~cListenCallbacks() | cNetwork::cListenCallbacks | inlinevirtual |