Uses of Interface
net.shibboleth.utilities.java.support.httpclient.HttpClientContextHandler
-
Packages that use HttpClientContextHandler Package Description net.shibboleth.utilities.java.support.httpclient 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 HttpClientContextHandler Modifier and Type Field Description private 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 HttpClientContextHandler Modifier and Type Method Description static List<HttpClientContextHandler>HttpClientSupport. getDynamicContextHandlerList(org.apache.http.client.protocol.HttpClientContext context)Get the list ofHttpClientContextHandlerfor theHttpClientContext.List<HttpClientContextHandler>HttpClientBuilder. getStaticContextHandlers()Get the list of staticHttpClientContextHandler.Methods in net.shibboleth.utilities.java.support.httpclient with parameters of type HttpClientContextHandler Modifier and Type Method Description static 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 HttpClientContextHandler Modifier and Type Method Description voidHttpClientBuilder. setStaticContextHandlers(List<HttpClientContextHandler> handlers)Set the list of staticHttpClientContextHandler.Constructor parameters in net.shibboleth.utilities.java.support.httpclient with type arguments of type HttpClientContextHandler Constructor Description ContextHandlingHttpClient(org.apache.http.impl.client.CloseableHttpClient client, List<HttpClientContextHandler> staticHandlers)Constructor.
-