| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl | |
| org.apache.hc.client5.http.impl.async | |
| org.apache.hc.client5.http.impl.classic |
Default HTTP client implementation.
|
| 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)
Assigns
UserTokenHandler instance. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientBuilder |
HttpClientBuilder.setUserTokenHandler(UserTokenHandler userTokenHandler)
Assigns
UserTokenHandler instance. |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.