HomeSort by relevance Sort by last modified time
    Searched refs:getHttpClient (Results 1 - 20 of 20) sorted by null

  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClientPool.java 34 public org.apache.http.client.HttpClient getHttpClient(URL server);
HttpClient4.java 88 HttpClient client = clientPool.getHttpClient(new URL(httpRequest.getURI().toString()));
119 public HttpClient getHttpClient(URL server)
  /external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java 59 _attempts < _destination.getHttpClient().maxRedirects());
128 HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isHttps);
AsyncHttpConnection.java 195 _endp.setMaxIdleTime((int)_destination.getHttpClient().getIdleTimeout());
205 exchange.cancelTimeout(_destination.getHttpClient());
BlockingHttpConnection.java 243 _endp.setMaxIdleTime((int)_destination.getHttpClient().getIdleTimeout());
253 exchange.cancelTimeout(_destination.getHttpClient());
AbstractHttpConnection.java 141 timeout = _destination.getHttpClient().getTimeout();
412 _destination.getHttpClient().scheduleIdle(_idleTimeout);
424 _destination.getHttpClient().cancel(_idleTimeout);
HttpDestination.java 88 public HttpClient getHttpClient()
HttpExchange.java     [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 87 public static HttpClient getHttpClient() {
122 resp = getHttpClient().execute(post);
192 final HttpResponse resp = getHttpClient().execute(post);
  /packages/apps/Messaging/src/android/support/v7/mms/
DownloadRequest.java 60 final MmsHttpClient httpClient = netMgr.getHttpClient();
SendRequest.java 80 final MmsHttpClient httpClient = netMgr.getHttpClient();
MmsNetworkManager.java 117 MmsHttpClient getHttpClient() {
  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 130 if ( status == HttpStatus.UNAUTHORIZED_401 && _attempts<_destination.getHttpClient().maxRetries())
168 RealmResolver realmResolver = _destination.getHttpClient().getRealmResolver();
  /packages/apps/Exchange/src/com/android/exchange/service/
EasServerConnection.java 171 private HttpClient getHttpClient(final long timeout) throws CertificateException {
265 getHttpClient(COMMAND_TIMEOUT), method);
431 getHttpClient(timeout), method);
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 79 public HttpClient getHttpClient() {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 416 milliseconds