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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A Callback allowing low-level customizations to an http request created by this factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register a callback for config using a http request.

    Methods inherited from interface org.springframework.http.client.ClientHttpRequestFactory

    createRequest