| Modifier and Type | Method | Description |
|---|---|---|
Connection |
Interceptor.Chain.connection() |
Returns the connection the request will be executed on.
|
| Modifier and Type | Method | 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. |
Copyright © 2020. All rights reserved.