Interface HttpProcessor<PARAM>

Type Parameters:
PARAM - the type of parameter object required when creating the wrapper object.
All Superinterfaces:
ConfigurationObject, Processor<PARAM,Void>
All Known Implementing Classes:
AbstractClientHttpRequestFactoryProcessor, AddHeadersProcessor, CompositeClientHttpRequestFactoryProcessor, ForwardHeadersProcessor, MapUriProcessor, RestrictUrisProcessor, UseHttpForHttpsProcessor

public interface HttpProcessor<PARAM> extends Processor<PARAM,Void>
A flag interface indicating that this type of processor affects the MfClientHttpRequestFactory object.