Uses of Interface
org.jclouds.http.HttpRequestFilter
-
Packages that use HttpRequestFilter Package Description org.jclouds.http org.jclouds.http.filters org.jclouds.rest.annotations org.jclouds.rest.internal -
-
Uses of HttpRequestFilter in org.jclouds.http
Fields in org.jclouds.http with type parameters of type HttpRequestFilter Modifier and Type Field Description protected com.google.common.collect.ImmutableList.Builder<HttpRequestFilter>HttpRequest.Builder. filtersMethods in org.jclouds.http that return types with arguments of type HttpRequestFilter Modifier and Type Method Description List<HttpRequestFilter>HttpRequest. getFilters()Methods in org.jclouds.http with parameters of type HttpRequestFilter Modifier and Type Method Description THttpRequest.Builder. filter(HttpRequestFilter filter)Method parameters in org.jclouds.http with type arguments of type HttpRequestFilter Modifier and Type Method Description THttpRequest.Builder. filters(Iterable<HttpRequestFilter> filters)Constructor parameters in org.jclouds.http with type arguments of type HttpRequestFilter Constructor Description HttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Iterable<HttpRequestFilter> filters) -
Uses of HttpRequestFilter in org.jclouds.http.filters
Classes in org.jclouds.http.filters that implement HttpRequestFilter Modifier and Type Class Description classBasicAuthenticationUses Basic Authentication to sign the request.classConnectionCloseHeaderclassStripExpectHeader -
Uses of HttpRequestFilter in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type HttpRequestFilter Modifier and Type Method Description Class<? extends HttpRequestFilter>[]value() -
Uses of HttpRequestFilter in org.jclouds.rest.internal
Constructor parameters in org.jclouds.rest.internal with type arguments of type HttpRequestFilter Constructor Description GeneratedHttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Iterable<HttpRequestFilter> filters, Invocation invocation, com.google.common.base.Optional<Invocation> caller)
-