Package | Description |
---|---|
org.apache.hc.client5.http.impl | |
org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserTokenHandler
Default implementation of
UserTokenHandler . |
class |
NoopUserTokenHandler
Noop implementation of
UserTokenHandler that always returns null . |
Modifier and Type | Method and Description |
---|---|
HttpAsyncClientBuilder |
HttpAsyncClientBuilder.setUserTokenHandler(UserTokenHandler userTokenHandler)
Sets
UserTokenHandler instance. |
Modifier and Type | Method and Description |
---|---|
HttpClientBuilder |
HttpClientBuilder.setUserTokenHandler(UserTokenHandler userTokenHandler)
Sets
UserTokenHandler instance. |
Constructor and Description |
---|
MainClientExec(HttpClientConnectionManager connectionManager,
org.apache.hc.core5.http.protocol.HttpProcessor httpProcessor,
org.apache.hc.core5.http.ConnectionReuseStrategy reuseStrategy,
ConnectionKeepAliveStrategy keepAliveStrategy,
UserTokenHandler userTokenHandler) |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.