public java.net.Socket | createSocket(java.net.Socket socket, java.lang.String host, int port, boolean autoClose)Returns a socket connected to the given host that is layered over an
existing socket. Used primarily for creating secure sockets through
proxies.
|