Searched refs:proxyAddress (Results 1 – 3 of 3) sorted by relevance
156 SocketAddress proxyAddress = proxy.address(); in resetNextInetSocketAddress() local157 if (!(proxyAddress instanceof InetSocketAddress)) { in resetNextInetSocketAddress()159 "Proxy.address() is not an " + "InetSocketAddress: " + proxyAddress.getClass()); in resetNextInetSocketAddress()161 InetSocketAddress proxySocketAddress = (InetSocketAddress) proxyAddress; in resetNextInetSocketAddress()
67 InetSocketAddress proxyAddress = (InetSocketAddress) proxy.address(); in authenticateProxy() local69 proxyAddress.getHostName(), getConnectToInetAddress(proxy, url), proxyAddress.getPort(), in authenticateProxy()
277 InetSocketAddress proxyAddress = (InetSocketAddress) client.getProxy().address(); in getPermission() local278 hostName = proxyAddress.getHostName(); in getPermission()279 hostPort = proxyAddress.getPort(); in getPermission()