/external/apache-http/src/org/apache/http/impl/client/ |
BasicCredentialsProvider.java | 35 import org.apache.http.auth.AuthScope; 55 private final HashMap<AuthScope, Credentials> credMap; 62 this.credMap = new HashMap<AuthScope, Credentials>(); 69 * @param authscope the {@link AuthScope authentication scope} 73 * @see #getCredentials(AuthScope) 76 final AuthScope authscope, 78 if (authscope == null) { 81 credMap.put(authscope, credentials) [all...] |
DefaultRequestDirector.java | 55 import org.apache.http.auth.AuthScope; 722 AuthScope authScope = this.proxyAuthState.getAuthScope(); 725 if (authScope != null || !authScheme.isConnectionBased()) { [all...] |
/external/apache-http/src/org/apache/http/client/ |
CredentialsProvider.java | 33 import org.apache.http.auth.AuthScope; 49 * @param authscope the {@link AuthScope authentication scope} 53 * @see #getCredentials(AuthScope) 55 void setCredentials(AuthScope authscope, Credentials credentials); 60 * @param authscope the {@link AuthScope authentication scope} 63 * @see #setCredentials(AuthScope, Credentials) 65 Credentials getCredentials(AuthScope authscope) [all...] |
/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...] |
AuthScope.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthScope.java $ 47 public class AuthScope { 75 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME); 106 public AuthScope(final String host, int port, 129 public AuthScope(final String host, int port, final String realm) { 144 public AuthScope(final String host, int port) { 151 public AuthScope(final AuthScope authscope) { [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
DefaultRequestDirector.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.httpclient_3.1.0.v201005080502.jar | |
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1-sources.jar | |
httpclient-4.1.1.jar | |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/prebuilts/sdk/15/ |
android.jar | |
/prebuilts/sdk/4/ |
android.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
sdklib.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilts/sdk/8/ |
android.jar | |
/prebuilts/tools/common/http-client/src/ |
httpcomponents-client-4.1.1-src.zip | |
/dalvik/hit/samples/ |
android.hprof | [all...] |
/frameworks/base/docs/html/ |
sitemap.txt | [all...] |