Java com.squareup.okhttp HttpUrl.Builder fields, constructors, methods, implement or subclass

Example usage for Java com.squareup.okhttp HttpUrl.Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.squareup.okhttp HttpUrl.Builder.

The text is from its open source code.

Field

Stringscheme
Either "http" or "https".
Stringhost
Canonical hostname.
intport
Either 80, 443 or a user-specified port.

Method