Package org.mapfish.print.http
Interface MfClientHttpRequestFactory
- All Superinterfaces:
org.springframework.http.client.ClientHttpRequestFactory
- All Known Implementing Classes:
AbstractMfClientHttpRequestFactoryWrapper
,ConfigFileResolvingHttpRequestFactory
public interface MfClientHttpRequestFactory
extends org.springframework.http.client.ClientHttpRequestFactory
A http request factory that allows configuration callbacks to be registered, allowing low-level
customizations to the request object.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
A Callback allowing low-level customizations to an http request created by this factory. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Register a callback for config using a http request.Methods inherited from interface org.springframework.http.client.ClientHttpRequestFactory
createRequest
-
Method Details
-
register
Register a callback for config using a http request.- Parameters:
callback
- the configuration callback
-