Interface HttpClientProvider


public interface HttpClientProvider
A provider interface for obtaining HttpClient instances. A HttpClientProvider is loaded during construction of a new HTTP Client. A provider is selected and its newHttpClient(Options) method invoked in order to construct and configure a new HttpClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new HttpClient configured using the provided set of options.
  • Method Details