OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:okHttpClient
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java
49
*
OkHttpClient
for all of their HTTP requests - benefiting from a shared
52
* <p>Instances of
OkHttpClient
are intended to be fully configured before they're
55
* {@link #clone()} to make a shallow copy of the
OkHttpClient
that can be
58
public class
OkHttpClient
implements Cloneable {
104
@Override public void setCache(
OkHttpClient
client, InternalCache internalCache) {
108
@Override public InternalCache internalCache(
OkHttpClient
client) {
116
@Override public RouteDatabase routeDatabase(
OkHttpClient
client) {
120
@Override public Network network(
OkHttpClient
client) {
124
@Override public void setNetwork(
OkHttpClient
client, Network network) {
128
@Override public void connectAndSetOwner(
OkHttpClient
client, Connection connection
[
all
...]
/external/okhttp/android/main/java/com/squareup/okhttp/
HttpsHandler.java
82
* Creates an
OkHttpClient
suitable for creating {@link HttpsURLConnection} instances on
87
// The HTTPS
OkHttpClient
is an HTTP
OkHttpClient
with extra configuration.
93
OkHttpClient
okHttpClient
= okUrlFactory.client();
96
okHttpClient
.setProtocols(HTTP_1_1_ONLY);
99
okHttpClient
.setConnectionSpecs(SECURE_CONNECTION_SPECS);
107
okHttpClient
.setSslSocketFactory(HttpsURLConnection.getDefaultSSLSocketFactory());
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
Completed in 98 milliseconds