get
Return a ClientHttpRequestFactory implementation with the given settings
applied. The first of the following implementations whose dependencies are available is returned:
- HttpComponentsClientHttpRequestFactory
- JettyClientHttpRequestFactory
- ReactorClientHttpRequestFactory
- SimpleClientHttpRequestFactory
Return
a new ClientHttpRequestFactory
Parameters
the settings to apply
Return a new ClientHttpRequestFactory of the given requestFactoryType
, applying ClientHttpRequestFactorySettings using reflection if necessary. The following implementations are supported without the use of reflection:
- HttpComponentsClientHttpRequestFactory
- JdkClientHttpRequestFactory
- JettyClientHttpRequestFactory
- ReactorClientHttpRequestFactory
- SimpleClientHttpRequestFactory
requestFactoryType
of ClientHttpRequestFactory is equivalent to calling get.Return
a new ClientHttpRequestFactory instance
Parameters
the ClientHttpRequestFactory type
the ClientHttpRequestFactory type
the settings to apply
Return a new ClientHttpRequestFactory from the given supplier, applying ClientHttpRequestFactorySettings using reflection.
Return
a new ClientHttpRequestFactory instance
Parameters
the ClientHttpRequestFactory type
the ClientHttpRequestFactory supplier
the settings to apply