Searched refs:AuthenticationHandler (Results 1 - 9 of 9) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDefaultRequestDirector.java15 import org.apache.http.client.AuthenticationHandler;
44 protected AuthenticationHandler targetAuthenticationHandler;
45 protected AuthenticationHandler proxyAuthenticationHandler;
61 AuthenticationHandler targetAuthHandler,
62 AuthenticationHandler proxyAuthHandler,
109 AuthenticationHandler targetAuthHandler,
110 AuthenticationHandler proxyAuthHandler,
191 public AuthenticationHandler getTargetAuthenticationHandler() {
195 public AuthenticationHandler getProxyAuthenticationHandler() {
/external/apache-http/src/org/apache/http/client/
H A DAuthenticationHandler.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/AuthenticationHandler.java $
51 public interface AuthenticationHandler { interface
/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java49 import org.apache.http.client.AuthenticationHandler;
122 private AuthenticationHandler targetAuthHandler;
125 private AuthenticationHandler proxyAuthHandler;
186 protected abstract AuthenticationHandler createTargetAuthenticationHandler();
189 protected abstract AuthenticationHandler createProxyAuthenticationHandler();
318 public synchronized final AuthenticationHandler getTargetAuthenticationHandler() {
327 final AuthenticationHandler targetAuthHandler) {
332 public synchronized final AuthenticationHandler getProxyAuthenticationHandler() {
341 final AuthenticationHandler proxyAuthHandler) {
576 final AuthenticationHandler targetAuthHandle
[all...]
H A DAbstractAuthenticationHandler.java49 import org.apache.http.client.AuthenticationHandler;
63 public abstract class AbstractAuthenticationHandler implements AuthenticationHandler {
H A DDefaultHttpClient.java37 import org.apache.http.client.AuthenticationHandler;
319 protected AuthenticationHandler createTargetAuthenticationHandler() {
325 protected AuthenticationHandler createProxyAuthenticationHandler() {
H A DDefaultRequestDirector.java61 import org.apache.http.client.AuthenticationHandler;
145 private final AuthenticationHandler targetAuthHandler;
148 private final AuthenticationHandler proxyAuthHandler;
176 final AuthenticationHandler targetAuthHandler,
177 final AuthenticationHandler proxyAuthHandler,
1062 final AuthenticationHandler authHandler,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java142 protected final AuthenticationHandler targetAuthHandler;
145 protected final AuthenticationHandler proxyAuthHandler;
176 final AuthenticationHandler targetAuthHandler,
177 final AuthenticationHandler proxyAuthHandler,
264 final AuthenticationHandler targetAuthHandler,
265 final AuthenticationHandler proxyAuthHandler,
1094 final AuthenticationHandler authHandler,
/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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 194 milliseconds