MfClientHttpRequestFactory.See: Description
| Interface | Description |
|---|---|
| HttpProcessor<Param> |
A flag interface indicating that this type of processor affects the
MfClientHttpRequestFactory
object. |
| Class | Description |
|---|---|
| AbstractClientHttpRequestFactoryProcessor | |
| AddHeadersProcessor |
This processor allows adding static headers to an http request.
|
| ClientHttpFactoryProcessorParam |
The parameter for a processors that have
MfClientHttpRequestFactory. |
| CompositeClientHttpRequestFactoryProcessor |
A processor that wraps several
AbstractClientHttpRequestFactoryProcessors. |
| ForwardHeadersProcessor |
This processor forwards all the headers from the print request (from the Mapfish Print client) to each http request made for
the particular print job.
|
| ForwardHeadersProcessor.Param |
The parameters required by this processor.
|
| MapUriProcessor |
This processor maps uris submitted to the
MfClientHttpRequestFactory to a modified uri
as specified by the mapping parameter. |
| RestrictUrisProcessor |
This processor check urls against a set of url matchers to see if the request should be allowed or rejected.
|
| UseHttpForHttpsProcessor |
This processor maps https requests to http requests for certain hosts.
|
MfClientHttpRequestFactory.