Home
last modified time | relevance | path

Searched defs:effectivePort (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DWebPlatformUrlTest.java109 String effectivePort = url.port() != HttpUrl.defaultPort(url.scheme()) in testHttpUrl() local
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DHttpUrl.java778 int effectivePort() { in effectivePort() method in HttpUrl.Builder
991 int effectivePort = effectivePort(); in toString() local