| Interface | Description |
|---|---|
| HttpCodec |
Encodes HTTP requests and decodes HTTP responses.
|
| UnrepeatableRequestBody |
| Class | Description |
|---|---|
| BridgeInterceptor |
Bridges from application code to network code.
|
| CallServerInterceptor |
This is the last intercept in the chain.
|
| HttpDate |
Best-effort parser for HTTP dates.
|
| HttpHeaders |
Headers and utilities for internal use by httpClient.
|
| HttpMethod | |
| RealInterceptorChain |
A concrete intercept chain that carries the entire intercept chain: all application
interceptors, the httpClient core, all network interceptors, and finally the network caller.
|
| RealResponseBody | |
| RequestLine | |
| RetryAndFollowUpInterceptor |
This intercept recovers from failures and follows redirects as necessary.
|
| StatusLine |
An HTTP response status line like "HTTP/1.1 200 OK".
|
Copyright © 2019. All rights reserved.