Default Socket Implementation. This implementation does
not implement any security checks. It does support SOCKS version 4.
Note this class should NOT be public.
author: Steven B. Byrne version: 1.51 10/10/06
Creates a socket and connects it to the specified port on
the specified host.
Parameters: host - the specified host Parameters: port - the specified port
Creates a socket and connects it to the specified address on
the specified port.
Parameters: address - the address Parameters: port - the specified port
Creates a socket and connects it to the specified address on
the specified port.
Parameters: address - the address Parameters: timeout - the timeout value in milliseconds, or zero for no timeout. throws: IOException - if connection fails throws: IllegalArgumentException - if address is null or is aSocketAddress subclass not supported by this socket since: 1.4