Searched refs:SocksSocketImpl (Results 1 – 5 of 5) sorted by relevance
31 class SocksSocketImpl extends java.net.PlainSocketImpl implements java.net.SocksConsts { class34 SocksSocketImpl() { in SocksSocketImpl() method in SocksSocketImpl38 SocksSocketImpl(java.lang.String server, int port) { in SocksSocketImpl() method in SocksSocketImpl42 SocksSocketImpl(java.net.Proxy proxy) { in SocksSocketImpl() method in SocksSocketImpl
43 class SocksSocketImpl extends PlainSocketImpl implements SocksConsts { class55 SocksSocketImpl() { in SocksSocketImpl() method in SocksSocketImpl59 SocksSocketImpl(String server, int port) { in SocksSocketImpl() method in SocksSocketImpl64 SocksSocketImpl(Proxy proxy) { in SocksSocketImpl() method in SocksSocketImpl
145 impl = new SocksSocketImpl(p); in Socket()535 impl = new SocksSocketImpl(); in setImpl()
290 impl = new SocksSocketImpl(); in setImpl()
332 "ojluni/src/main/java/java/net/SocksSocketImpl.java",