Uses of Interface
net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
Packages that use HttpClientContextHandler
Package
Description
Classes for working with Apache HttpClient.
-
Uses of HttpClientContextHandler in net.shibboleth.utilities.java.support.httpclient
Fields in net.shibboleth.utilities.java.support.httpclient with type parameters of type HttpClientContextHandlerModifier and TypeFieldDescriptionprivate List<HttpClientContextHandler>ContextHandlingHttpClient.handlersOptional list of static handlers supplied to this class instance.private List<HttpClientContextHandler>HttpClientBuilder.staticContextHandlersList of static context handlers.Methods in net.shibboleth.utilities.java.support.httpclient that return types with arguments of type HttpClientContextHandlerModifier and TypeMethodDescriptionstatic List<HttpClientContextHandler>HttpClientSupport.getDynamicContextHandlerList(org.apache.http.client.protocol.HttpClientContext context) Get the list ofHttpClientContextHandlerfor theHttpClientContext.HttpClientBuilder.getStaticContextHandlers()Get the list of staticHttpClientContextHandler.Methods in net.shibboleth.utilities.java.support.httpclient with parameters of type HttpClientContextHandlerModifier and TypeMethodDescriptionstatic voidHttpClientSupport.addDynamicContextHandlerFirst(org.apache.http.client.protocol.HttpClientContext context, HttpClientContextHandler handler) Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the first handler list position.static voidHttpClientSupport.addDynamicContextHandlerFirst(org.apache.http.client.protocol.HttpClientContext context, HttpClientContextHandler handler, boolean uniqueType) Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the first handler list position.static voidHttpClientSupport.addDynamicContextHandlerLast(org.apache.http.client.protocol.HttpClientContext context, HttpClientContextHandler handler) Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the last handler list position.static voidHttpClientSupport.addDynamicContextHandlerLast(org.apache.http.client.protocol.HttpClientContext context, HttpClientContextHandler handler, boolean uniqueType) Add the specified instance ofHttpClientContextHandlerto theHttpClientContextin the last handler list position.Method parameters in net.shibboleth.utilities.java.support.httpclient with type arguments of type HttpClientContextHandlerModifier and TypeMethodDescriptionvoidHttpClientBuilder.setStaticContextHandlers(List<HttpClientContextHandler> handlers) Set the list of staticHttpClientContextHandler.Constructor parameters in net.shibboleth.utilities.java.support.httpclient with type arguments of type HttpClientContextHandlerModifierConstructorDescriptionContextHandlingHttpClient(org.apache.http.impl.client.CloseableHttpClient client, List<HttpClientContextHandler> staticHandlers) Constructor.