createSocket(String hostDomain, int hostPort) Creates the socket that will be used to send the request and get the
response.
Parameters: hostDomain - The target host domain name. Parameters: hostPort - The target host port.
Creates the socket that will be used to send the request and get the
response.
Parameters: hostDomain - The target host domain name. Parameters: hostPort - The target host port. The created socket. throws: UnknownHostException - throws: IOException -