Searched defs:proxyAddress (Results 1 – 8 of 8) sorted by relevance
28 public final InetSocketAddress proxyAddress; field in ProxyParameters34 InetSocketAddress proxyAddress, in ProxyParameters()
69 InetSocketAddress proxyAddress = (InetSocketAddress) proxy.address(); in authenticateProxy() local
159 SocketAddress proxyAddress = proxy.address(); in resetNextInetSocketAddress() local
67 InetSocketAddress proxyAddress = (InetSocketAddress) proxy.address(); in authenticateProxy() local
156 SocketAddress proxyAddress = proxy.address(); in resetNextInetSocketAddress() local
281 InetSocketAddress proxyAddress = (InetSocketAddress) client.getProxy().address(); in getPermission() local
277 InetSocketAddress proxyAddress = (InetSocketAddress) client.getProxy().address(); in getPermission() local
530 private Socket createHttpProxySocket(InetSocketAddress address, InetSocketAddress proxyAddress, in createHttpProxySocket()