Example usage for Java com.squareup.okhttp HttpUrl.Builder fields, constructors, methods, implement or subclass
The text is from its open source code.
String | scheme Either "http" or "https". |
String | host Canonical hostname. |
int | port Either 80, 443 or a user-specified port. |
String | toString() |