Uses of Interface
org.apache.hc.client5.http.UserTokenHandler
Packages that use UserTokenHandler
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of UserTokenHandler in org.apache.hc.client5.http.impl
Classes in org.apache.hc.client5.http.impl that implement UserTokenHandlerModifier and TypeClassDescriptionclass
Default implementation ofUserTokenHandler
.class
Noop implementation ofUserTokenHandler
that always returnsnull
. -
Uses of UserTokenHandler in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as UserTokenHandlerModifier and TypeFieldDescriptionprivate UserTokenHandler
HttpAsyncClientBuilder.userTokenHandler
private final UserTokenHandler
HttpAsyncMainClientExec.userTokenHandler
Methods in org.apache.hc.client5.http.impl.async with parameters of type UserTokenHandlerModifier and TypeMethodDescriptionfinal HttpAsyncClientBuilder
HttpAsyncClientBuilder.setUserTokenHandler
(UserTokenHandler userTokenHandler) AssignsUserTokenHandler
instance.Constructors in org.apache.hc.client5.http.impl.async with parameters of type UserTokenHandlerModifierConstructorDescription(package private)
HttpAsyncMainClientExec
(org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler) -
Uses of UserTokenHandler in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as UserTokenHandlerModifier and TypeFieldDescriptionprivate UserTokenHandler
HttpClientBuilder.userTokenHandler
private final UserTokenHandler
MainClientExec.userTokenHandler
Methods in org.apache.hc.client5.http.impl.classic with parameters of type UserTokenHandlerModifier and TypeMethodDescriptionfinal HttpClientBuilder
HttpClientBuilder.setUserTokenHandler
(UserTokenHandler userTokenHandler) AssignsUserTokenHandler
instance.Constructors in org.apache.hc.client5.http.impl.classic with parameters of type UserTokenHandlerModifierConstructorDescriptionMainClientExec
(HttpClientConnectionManager connectionManager, org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor, org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy, ConnectionKeepAliveStrategy keepAliveStrategy, UserTokenHandler userTokenHandler)