Searched defs:SocksSocketImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java43 class SocksSocketImpl extends PlainSocketImpl implements SocksConsts { class in inherits:PlainSocketImpl,SocksConsts
55 SocksSocketImpl() { method in class:SocksSocketImpl
59 SocksSocketImpl(String server, int port) { method in class:SocksSocketImpl
64 SocksSocketImpl(Proxy proxy) { method in class:SocksSocketImpl
1009 if (s instanceof SocksSocketImpl) {
1010 ((SocksSocketImpl)s).external_address = real_end;

Completed in 40 milliseconds