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 interceptor in the chain.
|
HttpDate |
Best-effort parser for HTTP dates.
|
HttpHeaders |
Headers and utilities for internal use by OkHttp.
|
HttpMethod | |
RealInterceptorChain |
A concrete interceptor chain that carries the entire interceptor chain: all application
interceptors, the OkHttp core, all network interceptors, and finally the network caller.
|
RealResponseBody | |
RequestLine | |
RetryAndFollowUpInterceptor |
This interceptor recovers from failures and follows redirects as necessary.
|
StatusLine |
An HTTP response status line like "HTTP/1.1 200 OK".
|
Copyright © 2018. All rights reserved.