|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserTokenHandler | |
---|---|
org.apache.http.impl.client | Default HTTP client implementation. |
org.apache.http.impl.execchain | HTTP request execution chain APIs. |
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 . |
class |
NoopUserTokenHandler
Noop implementation of UserTokenHandler that always returns null . |
Fields in org.apache.http.impl.client declared as UserTokenHandler | |
---|---|
protected UserTokenHandler |
DefaultRequestDirector.userTokenHandler
Deprecated. The user token handler. |
Methods in org.apache.http.impl.client that return UserTokenHandler | |
---|---|
protected UserTokenHandler |
AbstractHttpClient.createUserTokenHandler()
Deprecated. |
UserTokenHandler |
AbstractHttpClient.getUserTokenHandler()
Deprecated. |
Uses of UserTokenHandler in org.apache.http.impl.execchain |
---|
Constructors in org.apache.http.impl.execchain with parameters of type UserTokenHandler | |
---|---|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler)
|
|
MainClientExec(HttpRequestExecutor requestExecutor,
HttpClientConnectionManager connManager,
ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
HttpProcessor proxyHttpProcessor,
AuthenticationStrategy targetAuthStrategy,
AuthenticationStrategy proxyAuthStrategy,
UserTokenHandler userTokenHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |