![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cTCPLink, including all inherited members.
cCallbacksPtr typedef | cTCPLink | |
Close(void)=0 | cTCPLink | pure virtual |
cNetwork class | cTCPLink | friend |
cTCPLink(cCallbacksPtr a_Callbacks) | cTCPLink | inlineprotected |
GetCallbacks(void) const | cTCPLink | inline |
GetLocalIP(void) const =0 | cTCPLink | pure virtual |
GetLocalPort(void) const =0 | cTCPLink | pure virtual |
GetRemoteIP(void) const =0 | cTCPLink | pure virtual |
GetRemotePort(void) const =0 | cTCPLink | pure virtual |
m_Callbacks | cTCPLink | protected |
Send(const void *a_Data, size_t a_Length)=0 | cTCPLink | pure virtual |
Send(const AString &a_Data) | cTCPLink | inline |
Shutdown(void)=0 | cTCPLink | pure virtual |
StartTLSClient(cX509CertPtr a_OwnCert, cCryptoKeyPtr a_OwnPrivKey, cX509CertPtr a_TrustedRootCAs)=0 | cTCPLink | pure virtual |
StartTLSServer(cX509CertPtr a_OwnCert, cCryptoKeyPtr a_OwnPrivKey, const AString &a_StartTLSData)=0 | cTCPLink | pure virtual |
~cTCPLink() | cTCPLink | inlinevirtual |