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

/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java117 private AuthenticationHandler targetAuthHandler; field in class:AbstractHttpClient
314 if (targetAuthHandler == null) {
315 targetAuthHandler = createTargetAuthenticationHandler();
317 return targetAuthHandler;
322 final AuthenticationHandler targetAuthHandler) {
323 this.targetAuthHandler = targetAuthHandler;
571 final AuthenticationHandler targetAuthHandler,
584 targetAuthHandler,
321 setTargetAuthenticationHandler( final AuthenticationHandler targetAuthHandler) argument
562 createClientRequestDirector( final HttpRequestExecutor requestExec, final ClientConnectionManager conman, final ConnectionReuseStrategy reustrat, final ConnectionKeepAliveStrategy kastrat, final HttpRoutePlanner rouplan, final HttpProcessor httpProcessor, final HttpRequestRetryHandler retryHandler, final RedirectHandler redirectHandler, final AuthenticationHandler targetAuthHandler, final AuthenticationHandler proxyAuthHandler, final UserTokenHandler stateHandler, final HttpParams params) argument
H A DDefaultRequestDirector.java139 private final AuthenticationHandler targetAuthHandler; field in class:DefaultRequestDirector
170 final AuthenticationHandler targetAuthHandler,
207 if (targetAuthHandler == null) {
231 this.targetAuthHandler = targetAuthHandler;
953 if (this.targetAuthHandler.isAuthenticationRequested(response, context)) {
962 Map<String, Header> challenges = this.targetAuthHandler.getChallenges(
966 this.targetAuthState, this.targetAuthHandler,
161 DefaultRequestDirector( final HttpRequestExecutor requestExec, final ClientConnectionManager conman, final ConnectionReuseStrategy reustrat, final ConnectionKeepAliveStrategy kastrat, final HttpRoutePlanner rouplan, final HttpProcessor httpProcessor, final HttpRequestRetryHandler retryHandler, final RedirectHandler redirectHandler, final AuthenticationHandler targetAuthHandler, final AuthenticationHandler proxyAuthHandler, final UserTokenHandler userTokenHandler, final HttpParams params) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDefaultRequestDirector.java61 AuthenticationHandler targetAuthHandler,
74 this.targetAuthenticationHandler = targetAuthHandler;
90 targetAuthHandler,
109 AuthenticationHandler targetAuthHandler,
123 targetAuthHandler,
51 __constructor__( Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) argument
100 __constructor__( HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
H A DDefaultRequestDirector.java142 protected final AuthenticationHandler targetAuthHandler; field in class:DefaultRequestDirector
176 final AuthenticationHandler targetAuthHandler,
217 if (targetAuthHandler == null) {
242 this.targetAuthHandler = targetAuthHandler;
264 final AuthenticationHandler targetAuthHandler,
277 targetAuthHandler,
995 if (this.targetAuthHandler.isAuthenticationRequested(response, context)) {
1004 Map<String, Header> challenges = this.targetAuthHandler.getChallenges(
1008 this.targetAuthState, this.targetAuthHandler,
166 DefaultRequestDirector( final Log log, final HttpRequestExecutor requestExec, final ClientConnectionManager conman, final ConnectionReuseStrategy reustrat, final ConnectionKeepAliveStrategy kastrat, final HttpRoutePlanner rouplan, final HttpProcessor httpProcessor, final HttpRequestRetryHandler retryHandler, final RedirectHandler redirectHandler, final AuthenticationHandler targetAuthHandler, final AuthenticationHandler proxyAuthHandler, final UserTokenHandler userTokenHandler, final HttpParams params) argument
255 DefaultRequestDirector( final HttpRequestExecutor requestExec, final ClientConnectionManager conman, final ConnectionReuseStrategy reustrat, final ConnectionKeepAliveStrategy kastrat, final HttpRoutePlanner rouplan, final HttpProcessor httpProcessor, final HttpRequestRetryHandler retryHandler, final RedirectHandler redirectHandler, final AuthenticationHandler targetAuthHandler, final AuthenticationHandler proxyAuthHandler, final UserTokenHandler userTokenHandler, final HttpParams params) argument
[all...]
/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 79 milliseconds