A Connection_Impl derived class that represents a tcp/ip connection.
Gets a description of the connection.
A description of the connection, in the form "TCP/IP, serverAddress:serverPort".
TcpIpConnection( |
| ) |
Creates a TcpIpConnection object.
serverAddress const std::string& | The server address (domain name or ip address) to connect to. |
serverPort uint16 | The server port to connect to. |
Initializes and opens the current connection.
Error_InvalidTcpServer: the specified server address and/or server port is invalid.
The server address (url or ip address).
The server port for the connection.