| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.httpclient |
Classes for working with Apache HttpClient.
|
| Modifier and Type | Field and Description |
|---|---|
private List<HttpClientContextHandler> |
ContextHandlingHttpClient.handlers
Optional list of static handlers supplied to this class instance.
|
private List<HttpClientContextHandler> |
HttpClientBuilder.staticContextHandlers
List of static context handlers.
|
| Modifier and Type | Method and Description |
|---|---|
static List<HttpClientContextHandler> |
HttpClientSupport.getDynamicContextHandlerList(HttpClientContext context)
Get the list of
HttpClientContextHandler for the HttpClientContext. |
List<HttpClientContextHandler> |
HttpClientBuilder.getStaticContextHandlers()
Get the list of static
HttpClientContextHandler. |
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpClientSupport.addDynamicContextHandlerFirst(HttpClientContext context,
HttpClientContextHandler handler)
Add the specified instance of
HttpClientContextHandler
to the HttpClientContext in the first handler list position. |
static void |
HttpClientSupport.addDynamicContextHandlerLast(HttpClientContext context,
HttpClientContextHandler handler)
Add the specified instance of
HttpClientContextHandler
to the HttpClientContext in the last handler list position. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpClientBuilder.setStaticContextHandlers(List<HttpClientContextHandler> handlers)
Set the list of static
HttpClientContextHandler. |
| Constructor and Description |
|---|
ContextHandlingHttpClient(CloseableHttpClient client,
List<HttpClientContextHandler> staticHandlers)
Constructor.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.