Package com.adaptris.core.http.apache5.request
Additional request interceptor builders for use with
ApacheHttpProducer.
Not all org.apache.http.HttpRequestInterceptor implementations are included here as
org.apache.http.impl.client.HttpClientBuilder adds a number of interceptors as part of its default behaviour (such as
RequestExpectContinue and RequestContent.
-
Interface Summary Interface Description RequestInterceptorBuilder -
Class Summary Class Description AcceptEncoding Add anAccept-Encodingheader to the outgoing request viaHttpRequestInterceptor.BasicHMACSignature Attempts to add an HMAC signature to the outgoing request.DateHeader Adds a Date header viaRequestDate.HMACSignatureImpl Base class for building a HMAC when doing HTTP requests.RemoveHeaders Remove headers from the outgoing request. -
Enum Summary Enum Description HMACSignatureImpl.Algorithm The algorithm to use when creating the message authentication code.HMACSignatureImpl.Encoding The encoding to use on the resulting signature.