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

Packages that use UserTokenHandler
org.apache.http.impl.client Default implementations for interfaces in org.apache.http.client
 

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

Classes in org.apache.http.impl.client that implement UserTokenHandler
 class DefaultUserTokenHandler
          Default implementation of UserTokenHandler.
 

Fields in org.apache.http.impl.client declared as UserTokenHandler
protected  UserTokenHandler DefaultRequestDirector.userTokenHandler
          The user token handler.
 

Methods in org.apache.http.impl.client that return UserTokenHandler
protected  UserTokenHandler AbstractHttpClient.createUserTokenHandler()
           
 UserTokenHandler AbstractHttpClient.getUserTokenHandler()
           
 

Methods in org.apache.http.impl.client with parameters of type UserTokenHandler
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. (4.1) do not use
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. (4.2) do not use
protected  RequestDirector AbstractHttpClient.createClientRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
           
 void AbstractHttpClient.setUserTokenHandler(UserTokenHandler handler)
           
 

Constructors in org.apache.http.impl.client with parameters of type UserTokenHandler
DefaultRequestDirector(HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectHandler redirectHandler, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationHandler targetAuthHandler, AuthenticationHandler proxyAuthHandler, UserTokenHandler userTokenHandler, HttpParams params)
          Deprecated. 
DefaultRequestDirector(org.apache.commons.logging.Log log, HttpRequestExecutor requestExec, ClientConnectionManager conman, ConnectionReuseStrategy reustrat, ConnectionKeepAliveStrategy kastrat, HttpRoutePlanner rouplan, HttpProcessor httpProcessor, HttpRequestRetryHandler retryHandler, RedirectStrategy redirectStrategy, AuthenticationStrategy targetAuthStrategy, AuthenticationStrategy proxyAuthStrategy, UserTokenHandler userTokenHandler, HttpParams params)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.