public interface MfClientHttpRequestFactory
extends org.springframework.http.client.ClientHttpRequestFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MfClientHttpRequestFactory.RequestConfigurator
A Callback allowing low-level customizations to an http request created by this factory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
register(MfClientHttpRequestFactory.RequestConfigurator callback)
Register a callback for config using a http request.
|
void register(MfClientHttpRequestFactory.RequestConfigurator callback)
callback - the configuration callback