Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Public Member Functions | |
cBlockingSslClientSocketConnectCallbacks (cBlockingSslClientSocket &a_Socket) | |
Public Member Functions inherited from cNetwork::cConnectCallbacks | |
virtual | ~cConnectCallbacks () |
Private Member Functions | |
virtual void | OnConnected (cTCPLink &a_Link) override |
Called when the Connect call succeeds. More... | |
virtual void | OnError (int a_ErrorCode, const AString &a_ErrorMsg) override |
Called when the Connect call fails. More... | |
Private Attributes | |
cBlockingSslClientSocket & | m_Socket |
The socket object that is using this instance of the callbacks. More... | |
Definition at line 16 of file BlockingSslClientSocket.cpp.
|
inline |
Definition at line 33 of file BlockingSslClientSocket.cpp.
|
inlineoverrideprivatevirtual |
Called when the Connect call succeeds.
Provides the newly created link that can be used for communication.
Implements cNetwork::cConnectCallbacks.
Definition at line 22 of file BlockingSslClientSocket.cpp.
|
inlineoverrideprivatevirtual |
Called when the Connect call fails.
Implements cNetwork::cConnectCallbacks.
Definition at line 27 of file BlockingSslClientSocket.cpp.
|
private |
The socket object that is using this instance of the callbacks.
Definition at line 20 of file BlockingSslClientSocket.cpp.