HomeSort by relevance Sort by last modified time
    Searched defs:proxyAuthHandler (Results 1 - 25 of 29) sorted by null

1 2

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDefaultRequestDirector.java 62 AuthenticationHandler proxyAuthHandler,
75 this.proxyAuthenticationHandler = proxyAuthHandler;
91 proxyAuthHandler,
110 AuthenticationHandler proxyAuthHandler,
124 proxyAuthHandler,
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 125 private AuthenticationHandler proxyAuthHandler;
333 if (proxyAuthHandler == null) {
334 proxyAuthHandler = createProxyAuthenticationHandler();
336 return proxyAuthHandler;
341 final AuthenticationHandler proxyAuthHandler) {
342 this.proxyAuthHandler = proxyAuthHandler;
577 final AuthenticationHandler proxyAuthHandler,
590 proxyAuthHandler,
DefaultRequestDirector.java 148 private final AuthenticationHandler proxyAuthHandler;
177 final AuthenticationHandler proxyAuthHandler,
217 if (proxyAuthHandler == null) {
238 this.proxyAuthHandler = proxyAuthHandler;
760 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
763 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
767 challenges, this.proxyAuthState, this.proxyAuthHandler,
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 145 protected final AuthenticationHandler proxyAuthHandler;
177 final AuthenticationHandler proxyAuthHandler,
221 if (proxyAuthHandler == null) {
243 this.proxyAuthHandler = proxyAuthHandler;
265 final AuthenticationHandler proxyAuthHandler,
278 proxyAuthHandler,
776 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
779 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
783 challenges, this.proxyAuthState, this.proxyAuthHandler,
    [all...]
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.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 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 380 milliseconds

1 2