类 ClientHttpRequestFactorySupplier

  • 所有已实现的接口:
    Supplier<org.springframework.http.client.ClientHttpRequestFactory>

    public class ClientHttpRequestFactorySupplier
    extends Object
    implements Supplier<org.springframework.http.client.ClientHttpRequestFactory>
    A supplier for ClientHttpRequestFactory that detects the preferred candidate based on the available implementations on the classpath.
    从以下版本开始:
    2.1.0
    • 方法详细资料

      • get

        public org.springframework.http.client.ClientHttpRequestFactory get()
        指定者:
        get 在接口中 Supplier<org.springframework.http.client.ClientHttpRequestFactory>