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

  /external/apache-http/src/org/apache/http/auth/
AuthState.java 48 private AuthScope authScope;
66 this.authScope = null;
118 * Returns actual {@link AuthScope} if available
122 public AuthScope getAuthScope() {
123 return this.authScope;
127 * Sets actual {@link AuthScope}.
129 * @param authScope Authentication scope
131 public void setAuthScope(final AuthScope authScope) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 28 import org.apache.http.auth.AuthScope;
200 AuthScope authScope = authenticationState.getAuthScope();
205 if (realm != null && !realm.equals(authScope.getRealm())) {
209 realm = authScope.getRealm();
218 "\n\nServer requiring authentication:\n" + authScope.getHost());
234 httpClient.getCredentialsProvider().setCredentials(authScope, credentials);
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 55 import org.apache.http.auth.AuthScope;
722 AuthScope authScope = this.proxyAuthState.getAuthScope();
725 if (authScope != null || !authScheme.isConnectionBased()) {
    [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 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.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/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 364 milliseconds