Searched refs:AuthSchemeFactory (Results 1 - 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/auth/
H A DAuthSchemeFactory.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/auth/AuthSchemeFactory.java $
42 public interface AuthSchemeFactory { interface
H A DAuthSchemeRegistry.java53 private final Map<String,AuthSchemeFactory> registeredSchemes;
57 this.registeredSchemes = new LinkedHashMap<String,AuthSchemeFactory>();
61 * Registers a {@link AuthSchemeFactory} with the given identifier. If a factory with the
71 * @param factory the {@link AuthSchemeFactory} class to register
77 final AuthSchemeFactory factory) {
117 AuthSchemeFactory factory = registeredSchemes.get(name.toLowerCase(Locale.ENGLISH));
141 public synchronized void setItems(final Map<String, AuthSchemeFactory> map) {
/external/apache-http/src/org/apache/http/impl/auth/
H A DBasicSchemeFactory.java35 import org.apache.http.auth.AuthSchemeFactory;
44 public class BasicSchemeFactory implements AuthSchemeFactory {
H A DDigestSchemeFactory.java35 import org.apache.http.auth.AuthSchemeFactory;
44 public class DigestSchemeFactory implements AuthSchemeFactory {
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 103 milliseconds