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

/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DSocksProxy.java34 public final class SocksProxy extends Proxy { class in inherits:Proxy
37 private SocksProxy(SocketAddress addr, int version) { method in class:SocksProxy
/openjdk9/jdk/test/sun/security/x509/URICertStore/
H A DSocksProxy.java35 class SocksProxy implements Runnable, AutoCloseable { class in inherits:Runnable,AutoCloseable
40 private SocksProxy(ServerSocket server, Consumer<Socket> socketConsumer) { method in class:SocksProxy

Completed in 101 milliseconds