Uses of Class
net.shibboleth.utilities.java.support.annotation.constraint.NotLive
-
Packages that use NotLive Package Description net.shibboleth.utilities.java.support.httpclient 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 NotLive Modifier and Type Field Description private 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 NotLive Modifier and Type Method Description List<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.List<HttpClientContextHandler>HttpClientBuilder. getStaticContextHandlers()Get the list of staticHttpClientContextHandler.
-