Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cLuaTCPLink, including all inherited members.
Close(void) | cLuaTCPLink | |
cLuaTCPLink(cLuaState::cTableRefPtr &&a_Callbacks) | cLuaTCPLink | |
cLuaTCPLink(cLuaState::cTableRefPtr &&a_Callbacks, cLuaServerHandleWPtr a_Server) | cLuaTCPLink | |
GetLocalIP(void) const | cLuaTCPLink | |
GetLocalPort(void) const | cLuaTCPLink | |
GetRemoteIP(void) const | cLuaTCPLink | |
GetRemotePort(void) const | cLuaTCPLink | |
m_Callbacks | cLuaTCPLink | protected |
m_Link | cLuaTCPLink | protected |
m_Server | cLuaTCPLink | protected |
OnConnected(cTCPLink &a_Link) override | cLuaTCPLink | protectedvirtual |
OnError(int a_ErrorCode, const AString &a_ErrorMsg) override | cLuaTCPLink | protectedvirtual |
OnLinkCreated(cTCPLinkPtr a_Link) override | cLuaTCPLink | protectedvirtual |
OnReceivedData(const char *a_Data, size_t a_Length) override | cLuaTCPLink | protectedvirtual |
OnRemoteClosed(void) override | cLuaTCPLink | protectedvirtual |
OnTlsHandshakeCompleted(void) | cTCPLink::cCallbacks | inlinevirtual |
ReceivedCleartextData(const char *a_Data, size_t a_NumBytes) | cLuaTCPLink | protected |
Send(const AString &a_Data) | cLuaTCPLink | |
Shutdown(void) | cLuaTCPLink | |
StartTLSClient(const AString &a_OwnCertData, const AString &a_OwnPrivKeyData, const AString &a_OwnPrivKeyPassword, const AString &a_TrustedRootCAs) | cLuaTCPLink | |
StartTLSServer(const AString &a_OwnCertData, const AString &a_OwnPrivKeyData, const AString &a_OwnPrivKeyPassword, const AString &a_StartTLSData) | cLuaTCPLink | |
Terminated(void) | cLuaTCPLink | protected |
~cCallbacks() | cTCPLink::cCallbacks | inlinevirtual |
~cConnectCallbacks() | cNetwork::cConnectCallbacks | inlinevirtual |
~cLuaTCPLink() override | cLuaTCPLink | virtual |