Public Member Functions | |
InetSocket () | |
The default constructor. | |
void | open (int port) |
Creates new TCP/IP socket. | |
virtual | ~InetSocket () |
The destructor. |
void InetSocket::open | ( | int | port | ) |
This method creates new TCP/IP socket and prepares it for functioning. YOu should provide file name for new socket. This method does not return any exit code. All errors are reported with SystemException.
[in] | port | The port for new socket |