Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cRCONServer::cConnection, including all inherited members.
cConnection(cRCONServer &a_RCONServer, const AString &a_IPAddress) | cRCONServer::cConnection | |
cRCONCommandOutput class | cRCONServer::cConnection | friend |
m_Buffer | cRCONServer::cConnection | protected |
m_IPAddress | cRCONServer::cConnection | protected |
m_IsAuthenticated | cRCONServer::cConnection | protected |
m_Link | cRCONServer::cConnection | protected |
m_RCONServer | cRCONServer::cConnection | protected |
OnError(int a_ErrorCode, const AString &a_ErrorMsg) override | cRCONServer::cConnection | protectedvirtual |
OnLinkCreated(cTCPLinkPtr a_Link) override | cRCONServer::cConnection | protectedvirtual |
OnReceivedData(const char *a_Data, size_t a_Length) override | cRCONServer::cConnection | protectedvirtual |
OnRemoteClosed(void) override | cRCONServer::cConnection | protectedvirtual |
OnTlsHandshakeCompleted(void) | cTCPLink::cCallbacks | inlinevirtual |
ProcessPacket(UInt32 a_RequestID, UInt32 a_PacketType, UInt32 a_PayloadLength, const char *a_Payload) | cRCONServer::cConnection | protected |
SendResponse(UInt32 a_RequestID, UInt32 a_PacketType, UInt32 a_PayloadLength, const char *a_Payload) | cRCONServer::cConnection | protected |
UIntFromBuffer(const char *a_Buffer) | cRCONServer::cConnection | protected |
UIntToBuffer(UInt32 a_Value, char *a_Buffer) | cRCONServer::cConnection | protected |
~cCallbacks() | cTCPLink::cCallbacks | inlinevirtual |