Uses of Annotation Type
net.shibboleth.utilities.java.support.annotation.constraint.NotLive
Packages that use NotLive
Package
Description
Classes for working with Apache HttpClient.
-
Uses of NotLive in net.shibboleth.utilities.java.support.httpclient
Fields in net.shibboleth.utilities.java.support.httpclient with annotations of type NotLiveModifier and TypeFieldDescriptionprivate List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder.requestInterceptorsFirstList of request interceptors to add first.private List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder.requestInterceptorsLastList of request interceptors to add last.private List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder.responseInterceptorsFirstList of response interceptors to add first.private List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder.responseInterceptorsLastList of response interceptors to add last.private List<HttpClientContextHandler>HttpClientBuilder.staticContextHandlersList of static context handlers.Methods in net.shibboleth.utilities.java.support.httpclient with annotations of type NotLiveModifier and TypeMethodDescriptionList<org.apache.http.HttpRequestInterceptor>HttpClientBuilder.getFirstRequestInterceptors()Get the list of request interceptors to add first.List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder.getFirstResponseInterceptors()Get the list of response interceptors to add first.List<org.apache.http.HttpRequestInterceptor>HttpClientBuilder.getLastRequestInterceptors()Get the list of request interceptors to add last.List<org.apache.http.HttpResponseInterceptor>HttpClientBuilder.getLastResponseInterceptors()Get the list of response interceptors to add last.HttpClientBuilder.getStaticContextHandlers()Get the list of staticHttpClientContextHandler.