http://i2p-javadocs.i2p/net/i2p/socks/SOCKS5Client.html
Caller must close pin and pout on success. Parameters: pin - input stream from the proxy pout - output stream to the proxy connHostName - hostname or IP for the proxy to connect to connPort - port for the proxy to connect to Throws: IOException connect public static void connect ( InputStream pin, OutputStream pout, String connHostName,
int connPort, String configUser, String configPW) throws IOException Act as a SOCKS 5 client to connect to a...