Interface HttpClientFactory

All Known Implementing Classes:
ApacheTransportBindingFactoryImpl

public interface HttpClientFactory
Guice factory for HttpClients.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an http client.
  • Method Details

    • createHttpClient

      HttpClient createHttpClient()
      Creates an http client.
      Returns:
      a transport binding bound to endpointUri.