Searched refs:targetServerAddress (Results 1 – 3 of 3) sorted by relevance
187 public ProxyParameters proxyFor(SocketAddress targetServerAddress) throws IOException { in proxyFor() argument191 if (!(targetServerAddress instanceof InetSocketAddress)) { in proxyFor()194 return detectProxy((InetSocketAddress) targetServerAddress); in proxyFor()
36 ProxyParameters proxyFor(SocketAddress targetServerAddress) throws IOException; in proxyFor() argument
246 public ProxyParameters proxyFor(SocketAddress targetServerAddress) {