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

  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 57 AuthState proxyAuthState = (AuthState) context.getAttribute(
59 userPrincipal = getAuthPrincipal(proxyAuthState);
DefaultRequestDirector.java 159 private final AuthState proxyAuthState;
241 this.proxyAuthState = new AuthState();
405 proxyAuthState);
721 AuthScheme authScheme = this.proxyAuthState.getAuthScheme();
722 AuthScope authScope = this.proxyAuthState.getAuthScope();
723 Credentials creds = this.proxyAuthState.getCredentials();
755 challenges, this.proxyAuthState, this.proxyAuthHandler,
763 updateAuthState(this.proxyAuthState, proxy, credsProvider);
765 if (this.proxyAuthState.getCredentials() != null) {
784 this.proxyAuthState.setAuthScope(null)
    [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 219 milliseconds