Uses of Interface
org.apache.http.client.AuthenticationHandler

Packages that use AuthenticationHandler
org.apache.http.impl.client   
 

Uses of AuthenticationHandler in org.apache.http.impl.client
 

Classes in org.apache.http.impl.client that implement AuthenticationHandler
 class DefaultAuthenticationHandler
           
 

Methods in org.apache.http.impl.client that return AuthenticationHandler
protected abstract  AuthenticationHandler AbstractHttpClient.createAuthenticationHandler()
           
protected  AuthenticationHandler DefaultHttpClient.createAuthenticationHandler()
           
 AuthenticationHandler AbstractHttpClient.getAuthenticationHandler()
           
 

Methods in org.apache.http.impl.client with parameters of type AuthenticationHandler
 void AbstractHttpClient.setAuthenticationHandler(AuthenticationHandler authHandler)
           
 

Constructors in org.apache.http.impl.client with parameters of type AuthenticationHandler
DefaultClientRequestDirector(ClientConnectionManager conman, org.apache.http.ConnectionReuseStrategy reustrat, org.apache.http.protocol.HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler authHandler, org.apache.http.params.HttpParams params)
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.