Searched refs:getUriHost (Results 1 – 5 of 5) sorted by relevance
137 throw new SocketException("No route to " + address.getUriHost() in nextProxy()153 socketHost = address.getUriHost(); in resetNextInetSocketAddress()211 throw new SocketException("No route to " + address.getUriHost() in nextInetSocketAddress()
678 if (!request.httpUrl().host().equals(address.getUriHost()) in proceed()
182 rawSocket, address.getUriHost(), address.getUriPort(), true /* autoClose */); in connectTls()188 sslSocket, address.getUriHost(), address.getProtocols()); in connectTls()196 if (!address.getHostnameVerifier().verify(address.getUriHost(), sslSocket.getSession())) { in connectTls()198 throw new SSLPeerUnverifiedException("Hostname " + address.getUriHost() + " not verified:" in connectTls()209 address.getCertificatePinner().check(address.getUriHost(), certificates); in connectTls()
99 public String getUriHost() { in getUriHost() method in Address
138 String sameHost = address.getUriHost(); in networkInterceptorsCannotChangeServerAddress()