Example usage for Java java.net SocketImpl fields, constructors, methods, implement or subclass
The text is from its open source code.
void | connect(String host, int port) Connects this socket to the specified port on the named host. |
void | connect(InetAddress address, int port) Connects this socket to the specified port number on the specified host. |
void | connect(SocketAddress address, int timeout) Connects this socket to the specified port number on the specified host. |