Searched defs:proxyFor (Results 1 – 3 of 3) sorted by relevance
36 ProxyParameters proxyFor(SocketAddress targetServerAddress) throws IOException; in proxyFor() method
187 public ProxyParameters proxyFor(SocketAddress targetServerAddress) throws IOException { in proxyFor() method in ProxyDetectorImpl
1030 private <T> ProxyBuilder<T> proxyFor(Class<T> clazz) throws Exception { in proxyFor() method in ProxyBuilderTest