HomeSort by relevance Sort by last modified time
    Searched full:authscope (Results 1 - 25 of 48) sorted by null

1 2

  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 35 import org.apache.http.auth.AuthScope;
60 private final HashMap<AuthScope, Credentials> credMap;
67 this.credMap = new HashMap<AuthScope, Credentials>();
74 * @param authscope the {@link AuthScope authentication scope}
78 * @see #getCredentials(AuthScope)
81 final AuthScope authscope,
83 if (authscope == null) {
86 credMap.put(authscope, credentials)
    [all...]
DefaultRequestDirector.java 56 import org.apache.http.auth.AuthScope;
734 AuthScope authScope = this.proxyAuthState.getAuthScope();
737 if (authScope != null || !authScheme.isConnectionBased()) {
    [all...]
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 33 import org.apache.http.auth.AuthScope;
54 * @param authscope the {@link AuthScope authentication scope}
58 * @see #getCredentials(AuthScope)
60 void setCredentials(AuthScope authscope, Credentials credentials);
65 * @param authscope the {@link AuthScope authentication scope}
68 * @see #setCredentials(AuthScope, Credentials)
70 Credentials getCredentials(AuthScope authscope)
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthState.java 53 private AuthScope authScope;
71 this.authScope = null;
123 * Returns actual {@link AuthScope} if available
127 public AuthScope getAuthScope() {
128 return this.authScope;
132 * Sets actual {@link AuthScope}.
134 * @param authScope Authentication scope
136 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 $
52 public class AuthScope {
80 public static final AuthScope ANY = new AuthScope(ANY_HOST, ANY_PORT, ANY_REALM, ANY_SCHEME);
111 public AuthScope(final String host, int port,
134 public AuthScope(final String host, int port, final String realm) {
149 public AuthScope(final String host, int port) {
156 public AuthScope(final AuthScope authscope) {
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/22/changes/
org.apache.http.auth.AuthScope.html 10 org.apache.http.auth.AuthScope
74 Class org.apache.http.auth.<A HREF="../../../../reference/org/apache/http/auth/AuthScope.html" target="_top"><font size="+2"><code>AuthScope</code></font></A>
pkg_org.apache.http.auth.html 112 <A NAME="AuthScope"></A>
113 <nobr><A HREF="org.apache.http.auth.AuthScope.html">AuthScope</A></nobr>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
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.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /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.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1-sources.jar 
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1-sources.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1-sources.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 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 320 milliseconds

1 2