Class HttpComponentsClientFactory

  • All Implemented Interfaces:
    com.budjb.httprequests.HttpClientFactory

    public class HttpComponentsClientFactory
    extends com.budjb.httprequests.AbstractHttpClientFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpComponentsClientFactory​(com.budjb.httprequests.converter.EntityConverterManager converterManager)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.budjb.httprequests.HttpClient createHttpClient()
      • Methods inherited from class com.budjb.httprequests.AbstractHttpClientFactory

        getConverterManager
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpComponentsClientFactory

        public HttpComponentsClientFactory​(com.budjb.httprequests.converter.EntityConverterManager converterManager)
        Constructor.
        Parameters:
        converterManager - Entity converter manager.
    • Method Detail

      • createHttpClient

        public com.budjb.httprequests.HttpClient createHttpClient()