OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:effectivePort
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTest.java
109
String
effectivePort
= url.port() != HttpUrl.defaultPort(url.scheme())
119
assertEquals("port", testData.port,
effectivePort
);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java
309
this.port = builder.
effectivePort
();
778
int
effectivePort
() {
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 84 milliseconds