Uses of Interface
net.shibboleth.shared.httpclient.HttpClientContextHandler
Packages that use HttpClientContextHandler
Package
Description
Classes for working with Apache HttpClient.
Spring resource classes supporting HttpClient access.
Legacy Classes for working with Apache HttpClient.
-
Uses of HttpClientContextHandler in net.shibboleth.utilities.java.support.httpclient
Methods in net.shibboleth.utilities.java.support.httpclient that return types with arguments of type HttpClientContextHandlerModifier and TypeMethodDescriptionstatic List<HttpClientContextHandler>HttpClientSupport.getDynamicContextHandlerList(org.apache.hc.client5.http.protocol.HttpClientContext context) Deprecated, for removal: This API element is subject to removal in a future version.Get the list ofHttpClientContextHandlerfor theHttpClientContext.Methods in net.shibboleth.utilities.java.support.httpclient with parameters of type HttpClientContextHandlerModifier and TypeMethodDescriptionstatic voidHttpClientSupport.addDynamicContextHandlerFirst(org.apache.hc.client5.http.protocol.HttpClientContext context, HttpClientContextHandler handler) Deprecated, for removal: This API element is subject to removal in a future version.Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the first handler list position.static voidHttpClientSupport.addDynamicContextHandlerFirst(org.apache.hc.client5.http.protocol.HttpClientContext context, HttpClientContextHandler handler, boolean uniqueType) Deprecated, for removal: This API element is subject to removal in a future version.Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the first handler list position.static voidHttpClientSupport.addDynamicContextHandlerLast(org.apache.hc.client5.http.protocol.HttpClientContext context, HttpClientContextHandler handler) Deprecated, for removal: This API element is subject to removal in a future version.Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the last handler list position.static voidHttpClientSupport.addDynamicContextHandlerLast(org.apache.hc.client5.http.protocol.HttpClientContext context, HttpClientContextHandler handler, boolean uniqueType) Deprecated, for removal: This API element is subject to removal in a future version.Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the last handler list position.