Uses of Interface
com.squareup.okhttp.internal.http.Policy
| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http |
-
Uses of Policy in com.squareup.okhttp.internal.http
Classes in com.squareup.okhttp.internal.http that implement Policy Modifier and Type Class Description classHttpURLConnectionImplThis implementation uses HttpEngine to send requests and receive responses.Fields in com.squareup.okhttp.internal.http declared as Policy Modifier and Type Field Description protected PolicyHttpEngine. policyConstructors in com.squareup.okhttp.internal.http with parameters of type Policy Constructor Description HttpEngine(OkHttpClient client, Policy policy, String method, RawHeaders requestHeaders, Connection connection, com.squareup.okhttp.internal.http.RetryableOutputStream requestBodyOut)HttpsEngine(OkHttpClient client, Policy policy, String method, RawHeaders requestHeaders, Connection connection, com.squareup.okhttp.internal.http.RetryableOutputStream requestBody)