Package org.openstack4j.connectors.httpclient
-
Interface Summary Interface Description HttpClientConfigInterceptor Allows for interception during the creation of a new HttpClient. -
Class Summary Class Description HttpClientFactory Creates the initial HttpClient and keeps it as a singleton to preserve pooling strategies within the Http ClientHttpCommand<R> HttpCommand is responsible for executing the actual request driven by the HttpExecutor.HttpExecutorServiceImpl HttpExecutor is the default implementation for HttpExecutorService which is responsible for interfacing with HttpClient and mapping common status codes, requests and responses back to the common APIHttpResponseImpl