Class HttpClientFactory

java.lang.Object
com.softlayer.api.http.HttpClientFactory
Direct Known Subclasses:
ThreadPooledHttpClientFactory

public abstract class HttpClientFactory
extends Object
Base class for an HTTP client factory. By default the BuiltInHttpClientFactory is used. This can be overridden by a custom client factory using the ServiceLoader pattern. It is also cached (though not necessarily guaranteed to be a singleton or instantiated only once) upon first access.
  • Constructor Details

    • HttpClientFactory

      public HttpClientFactory()
  • Method Details