Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal.connection | |
okhttp3.internal.http |
Modifier and Type | Field and Description |
---|---|
static EventListener |
EventListener.NONE |
Modifier and Type | Method and Description |
---|---|
EventListener |
EventListener.Factory.create(Call call)
Creates an instance of the
EventListener for a particular Call . |
Modifier and Type | Method and Description |
---|---|
OkHttpClient.Builder |
OkHttpClient.Builder.eventListener(EventListener eventListener)
Configure a single client scoped listener that will receive all analytic events
for this client.
|
Modifier and Type | Field and Description |
---|---|
EventListener |
StreamAllocation.eventListener |
Modifier and Type | Method and Description |
---|---|
void |
RealConnection.connect(int connectTimeout,
int readTimeout,
int writeTimeout,
int pingIntervalMillis,
boolean connectionRetryEnabled,
Call call,
EventListener eventListener) |
Constructor and Description |
---|
RouteSelector(Address address,
RouteDatabase routeDatabase,
Call call,
EventListener eventListener) |
StreamAllocation(ConnectionPool connectionPool,
Address address,
Call call,
EventListener eventListener,
Object callStackTrace) |
Modifier and Type | Method and Description |
---|---|
EventListener |
RealInterceptorChain.eventListener() |
Constructor and Description |
---|
RealInterceptorChain(List<Interceptor> interceptors,
StreamAllocation streamAllocation,
HttpCodec httpCodec,
RealConnection connection,
int index,
Request request,
Call call,
EventListener eventListener,
int connectTimeout,
int readTimeout,
int writeTimeout) |
Copyright © 2018. All rights reserved.