SocketAddressproxyAddress=newInetSocketAddress("113.31.65.57",80);
Proxyproxy=newProxy(Proxy.Type.SOCKS,proxyAddress);
Sockets=newSocket(proxy);
SocketAddre***emote=newInetSocketAddress("login.ibiblio.org",25);
s.connect(remote);