OpenTTD Source  1.11.2
NetworkContentConnecter Class Reference

Connect to the content server. More...

Inheritance diagram for NetworkContentConnecter:
TCPConnecter

Public Member Functions

 NetworkContentConnecter (const NetworkAddress &address)
 Initiate the connecting. More...
 
void OnFailure () override
 Callback for when the connection attempt failed.
 
void OnConnect (SOCKET s) override
 Callback when the connection succeeded. More...
 

Additional Inherited Members

- Private Member Functions inherited from TCPConnecter
 TCPConnecter (const NetworkAddress &address)
 Create a new connecter for the given address. More...
 
virtual ~TCPConnecter ()
 Silence the warnings.
 
- Static Private Member Functions inherited from TCPConnecter
static void CheckCallbacks ()
 Check whether we need to call the callback, i.e. More...
 
static void KillAll ()
 Kill all connection attempts.
 
- Private Attributes inherited from TCPConnecter
NetworkAddress address
 Address we're connecting to.
 

Detailed Description

Connect to the content server.

Definition at line 729 of file network_content.cpp.

Constructor & Destructor Documentation

◆ NetworkContentConnecter()

NetworkContentConnecter::NetworkContentConnecter ( const NetworkAddress address)
inline

Initiate the connecting.

Parameters
addressThe address of the server.

Definition at line 735 of file network_content.cpp.

Member Function Documentation

◆ OnConnect()

void NetworkContentConnecter::OnConnect ( SOCKET  s)
inlineoverridevirtual

The documentation for this class was generated from the following file: