| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.cache | |
| okhttp3.internal.connection | |
| okhttp3.internal.http | |
| okhttp3.logging |
An OkHttp interceptor which logs HTTP request and response data.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Interceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CacheInterceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Response |
ConnectInterceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
BridgeInterceptor.intercept(Interceptor.Chain chain) |
Response |
CallServerInterceptor.intercept(Interceptor.Chain chain) |
Response |
RetryAndFollowUpInterceptor.intercept(Interceptor.Chain chain) |
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpLoggingInterceptor.intercept(Interceptor.Chain chain) |
Copyright © 2017. All Rights Reserved.