OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:okHttpClient
(Results
1 - 6
of
6
) sorted by null
/external/okhttp/android/main/java/com/squareup/okhttp/
HttpsHandler.java
62
* Creates an
OkHttpClient
suitable for creating {@link HttpsURLConnection} instances on
67
// The HTTPS
OkHttpClient
is an HTTP
OkHttpClient
with extra configuration.
73
OkHttpClient
okHttpClient
= okUrlFactory.client();
76
okHttpClient
.setProtocols(HTTP_1_1_ONLY);
78
okHttpClient
.setConnectionSpecs(Collections.singletonList(TLS_CONNECTION_SPEC));
81
// also expose OkHttp's mechanism. The
OkHttpClient
underlying https HttpsURLConnections
84
okHttpClient
.setCertificatePinner(CertificatePinner.DEFAULT);
92
okHttpClient
.setSslSocketFactory(HttpsURLConnection.getDefaultSSLSocketFactory())
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar
Completed in 289 milliseconds