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

/external/apache-http/src/org/apache/http/impl/client/
H A DAbstractHttpClient.java125 private AuthenticationHandler proxyAuthHandler; field in class:AbstractHttpClient
333 if (proxyAuthHandler == null) {
334 proxyAuthHandler = createProxyAuthenticationHandler();
336 return proxyAuthHandler;
341 final AuthenticationHandler proxyAuthHandler) {
342 this.proxyAuthHandler = proxyAuthHandler;
577 final AuthenticationHandler proxyAuthHandler,
590 proxyAuthHandler,
340 setProxyAuthenticationHandler( final AuthenticationHandler proxyAuthHandler) argument
567 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.java147 private final AuthenticationHandler proxyAuthHandler; field in class:DefaultRequestDirector
176 final AuthenticationHandler proxyAuthHandler,
216 if (proxyAuthHandler == null) {
237 this.proxyAuthHandler = proxyAuthHandler;
753 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
756 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
760 challenges, this.proxyAuthState, this.proxyAuthHandler,
992 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
995 Map<String, Header> challenges = this.proxyAuthHandler
166 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/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDefaultRequestDirector.java62 AuthenticationHandler proxyAuthHandler,
75 this.proxyAuthenticationHandler = proxyAuthHandler;
91 proxyAuthHandler,
110 AuthenticationHandler proxyAuthHandler,
124 proxyAuthHandler,
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.java145 protected final AuthenticationHandler proxyAuthHandler; field in class:DefaultRequestDirector
177 final AuthenticationHandler proxyAuthHandler,
221 if (proxyAuthHandler == null) {
243 this.proxyAuthHandler = proxyAuthHandler;
265 final AuthenticationHandler proxyAuthHandler,
278 proxyAuthHandler,
776 if (this.proxyAuthHandler.isAuthenticationRequested(response, context)) {
779 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges(
783 challenges, this.proxyAuthState, this.proxyAuthHandler,
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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/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/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 282 milliseconds