Package | Description |
---|---|
com.squareup.okhttp | |
com.squareup.okhttp.internal |
Modifier and Type | Method and Description |
---|---|
Call |
OkHttpClient.newCall(Request request)
Prepares the
request to be executed at some point in the future. |
Modifier and Type | Method and Description |
---|---|
abstract Call |
Internal.newCall(OkHttpClient client,
Request request) |
Modifier and Type | Method and Description |
---|---|
abstract Connection |
Internal.callEngineGetConnection(Call call) |
abstract void |
Internal.callEngineReleaseConnection(Call call) |
abstract Response |
Internal.callGetResponse(Call call,
boolean forWebSocket) |
Copyright © 2015. All rights reserved.