Searched refs:getUriPort (Results 1 – 5 of 5) sorted by relevance
110 public int getUriPort() { in getUriPort() method in Address
154 socketPort = address.getUriPort(); in resetNextInetSocketAddress()
679 || request.httpUrl().port() != address.getUriPort()) { in proceed()
182 rawSocket, address.getUriHost(), address.getUriPort(), true /* autoClose */); in connectTls()
139 int differentPort = address.getUriPort() + 1; in networkInterceptorsCannotChangeServerAddress()