Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DShadowDefaultRequestDirector.java15 import org.apache.http.client.AuthenticationHandler;
49 protected AuthenticationHandler targetAuthenticationHandler;
50 protected AuthenticationHandler proxyAuthenticationHandler;
67 AuthenticationHandler targetAuthHandler, in __constructor__()
68 AuthenticationHandler proxyAuthHandler, in __constructor__()
116 AuthenticationHandler targetAuthHandler, in __constructor__()
117 AuthenticationHandler proxyAuthHandler, in __constructor__()
220 public AuthenticationHandler getTargetAuthenticationHandler() { in getTargetAuthenticationHandler()
224 public AuthenticationHandler getProxyAuthenticationHandler() { in getProxyAuthenticationHandler()
DDefaultRequestDirector.java57 import org.apache.http.client.AuthenticationHandler;
166 protected final AuthenticationHandler targetAuthHandler;
169 protected final AuthenticationHandler proxyAuthHandler;
200 final AuthenticationHandler targetAuthHandler, in DefaultRequestDirector()
201 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector()
288 final AuthenticationHandler targetAuthHandler, in DefaultRequestDirector()
289 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector()
1112 final AuthenticationHandler authHandler, in processChallenges()
/external/apache-http/src/org/apache/http/impl/client/
DAbstractHttpClient.java49 import org.apache.http.client.AuthenticationHandler;
122 private AuthenticationHandler targetAuthHandler;
125 private AuthenticationHandler proxyAuthHandler;
186 protected abstract AuthenticationHandler createTargetAuthenticationHandler(); in createTargetAuthenticationHandler()
189 protected abstract AuthenticationHandler createProxyAuthenticationHandler(); in createProxyAuthenticationHandler()
318 public synchronized final AuthenticationHandler getTargetAuthenticationHandler() { in getTargetAuthenticationHandler()
327 final AuthenticationHandler targetAuthHandler) { in setTargetAuthenticationHandler()
332 public synchronized final AuthenticationHandler getProxyAuthenticationHandler() { in getProxyAuthenticationHandler()
341 final AuthenticationHandler proxyAuthHandler) { in setProxyAuthenticationHandler()
576 final AuthenticationHandler targetAuthHandler, in createClientRequestDirector()
[all …]
DDefaultHttpClient.java37 import org.apache.http.client.AuthenticationHandler;
319 protected AuthenticationHandler createTargetAuthenticationHandler() { in createTargetAuthenticationHandler()
325 protected AuthenticationHandler createProxyAuthenticationHandler() { in createProxyAuthenticationHandler()
DAbstractAuthenticationHandler.java49 import org.apache.http.client.AuthenticationHandler;
63 public abstract class AbstractAuthenticationHandler implements AuthenticationHandler {
DDefaultRequestDirector.java61 import org.apache.http.client.AuthenticationHandler;
145 private final AuthenticationHandler targetAuthHandler;
148 private final AuthenticationHandler proxyAuthHandler;
176 final AuthenticationHandler targetAuthHandler, in DefaultRequestDirector()
177 final AuthenticationHandler proxyAuthHandler, in DefaultRequestDirector()
1064 final AuthenticationHandler authHandler, in processChallenges()
/external/apache-http/src/org/apache/http/client/
DAuthenticationHandler.java51 public interface AuthenticationHandler { interface
/external/apache-http/
Dart-profile73 HPLorg/apache/http/client/AuthenticationHandler;->selectScheme(Ljava/util/Map;Lorg/apache/http/Http…
281 …nt/RedirectHandler;Lorg/apache/http/client/AuthenticationHandler;Lorg/apache/http/client/Authentic…
295 …/AbstractHttpClient;->getProxyAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
299 …AbstractHttpClient;->getTargetAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
317 …efaultHttpClient;->createProxyAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
320 …faultHttpClient;->createTargetAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
327 …nt/RedirectHandler;Lorg/apache/http/client/AuthenticationHandler;Lorg/apache/http/client/Authentic…
929 …stractHttpClient;->createProxyAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
932 …tractHttpClient;->createTargetAuthenticationHandler()Lorg/apache/http/client/AuthenticationHandler;
/external/apache-http/api/
Dcurrent.txt1291 @Deprecated public interface AuthenticationHandler {
2410 …tract class AbstractAuthenticationHandler implements org.apache.http.client.AuthenticationHandler {
2427 …nt.RedirectHandler, org.apache.http.client.AuthenticationHandler, org.apache.http.client.Authentic…
2438 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createProxyAuth…
2441 …method @Deprecated protected abstract org.apache.http.client.AuthenticationHandler createTargetAut…
2462 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getProxyAuthenticatio…
2470 …method @Deprecated public final org.apache.http.client.AuthenticationHandler getTargetAuthenticati…
2481 …Deprecated public void setProxyAuthenticationHandler(org.apache.http.client.AuthenticationHandler);
2485 …eprecated public void setTargetAuthenticationHandler(org.apache.http.client.AuthenticationHandler);
2549 …method @Deprecated protected org.apache.http.client.AuthenticationHandler createProxyAuthenticatio…
[all …]