| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.connection | |
| okhttp3.internal.http |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Interceptor.Chain.connection()
Returns the connection the request will be executed on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.connectionAcquired(Call call,
Connection connection)
Invoked after a connection has been acquired for the
call. |
void |
EventListener.connectionReleased(Call call,
Connection connection)
Invoked after a connection has been released for the
call. |
| Modifier and Type | Class and Description |
|---|---|
class |
RealConnection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
RealInterceptorChain.connection() |
Copyright © 2019. All rights reserved.