HomeSort by relevance Sort by last modified time
    Searched defs:httpClient (Results 1 - 5 of 5) sorted by null

  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 100 HttpClient httpClient = client.create();
103 httpClient.prepare(this);
130 while (httpClient.acceptingJobs()) {
131 httpClient.enqueue(url);
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 20 import org.apache.http.client.HttpClient;
106 HttpClient httpClient = new DefaultHttpClient();
108 HttpResponse response = httpClient.execute(request);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 25 import org.apache.http.client.HttpClient;
85 * Configures the httpClient to connect to the URL provided.
87 public static HttpClient getHttpClient() {
88 HttpClient httpClient = new DefaultHttpClient();
89 final HttpParams params = httpClient.getParams();
93 return httpClient;
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaDrmBridge.java 16 import org.apache.http.client.HttpClient;
852 HttpClient httpClient = new DefaultHttpClient();
863 HttpResponse response = httpClient.execute(httpPost);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 

Completed in 536 milliseconds