| Interface | Description |
|---|---|
| Call |
A call is a request that has been prepared for execution.
|
| Call.Factory | |
| Callback |
| Class | Description |
|---|---|
| Address |
服务器的连接的规范。
对于简单的连接,这是服务器的主机名和端口。
如果请求显式代理,则还包括该代理信息。
对于安全连接,该地址还包括SSL套接字工厂、主机名验证器和证书
|
| Client |
Factory for calls, which can be used to send HTTP requests and read their
responses.
|
| Client.Builder | |
| HttpClient |
Http 辅助类
|
| Internal |
utility methods.
|
| Proxy | |
| RealCall | |
| Request |
An HTTP request.
|
| Request.Builder | |
| Response |
An HTTP response.
|
| Response.Builder | |
| Route |
The concrete route used by a connection to reach an abstract origin server.
|
| Url |
Paths and Queries should decompose
|
| Url.Builder | |
| Version |
| Enum | Description |
|---|---|
| Protocol |
Protocols that HttpClient implements for ALPN selection.
|
Copyright © 2019. All rights reserved.