|
| TCPNetworkDebugConnecter (const std::string &connection_string) |
|
void | OnFailure () override |
| Callback for when the connection attempt failed.
|
|
void | OnConnect (SOCKET s) override |
| Callback when the connection succeeded. More...
|
|
|
std::string | connection_string |
|
Definition at line 1216 of file network.cpp.
◆ OnConnect()
void TCPNetworkDebugConnecter::OnConnect |
( |
SOCKET |
s | ) |
|
|
inlineoverridevirtual |
Callback when the connection succeeded.
- Parameters
-
s | the socket that we opened |
Reimplemented from TCPConnecter.
Definition at line 1228 of file network.cpp.
References Debug.
The documentation for this class was generated from the following file: