- hasEntity() - Method in class org.openstack4j.connectors.httpclient.HttpCommand
-
- header(String) - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Returns a Header value from the specified name key
- headers() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
- HttpClientConfigInterceptor - Interface in org.openstack4j.connectors.httpclient
-
Allows for interception during the creation of a new HttpClient.
- HttpClientFactory - Class in org.openstack4j.connectors.httpclient
-
Creates the initial HttpClient and keeps it as a singleton to preserve pooling strategies within the Http Client
- HttpClientFactory() - Constructor for class org.openstack4j.connectors.httpclient.HttpClientFactory
-
- HttpCommand<R> - Class in org.openstack4j.connectors.httpclient
-
HttpCommand is responsible for executing the actual request driven by the
HttpExecutor.
- HttpExecutorServiceImpl - Class in org.openstack4j.connectors.httpclient
-
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 API
- HttpExecutorServiceImpl() - Constructor for class org.openstack4j.connectors.httpclient.HttpExecutorServiceImpl
-
- HttpResponseImpl - Class in org.openstack4j.connectors.httpclient
-