C E G H I O R U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- close() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
- create(HttpRequest<R>) - Static method in class org.openstack4j.connectors.httpclient.HttpCommand
-
Creates a new HttpCommand from the given request
E
- execute() - Method in class org.openstack4j.connectors.httpclient.HttpCommand
-
Executes the command and returns the Response
- execute(HttpRequest<R>) - Method in class org.openstack4j.connectors.httpclient.HttpExecutorServiceImpl
G
- getContentType() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
- getEntity(Class<T>) - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Gets the entity and Maps any errors which will result in a ResponseException
- getEntity(Class<T>, ExecutionOptions<T>) - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Gets the entity and Maps any errors which will result in a ResponseException
- getExecutorDisplayName() - Method in class org.openstack4j.connectors.httpclient.HttpExecutorServiceImpl
- getInputStream() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
- getRequest() - Method in class org.openstack4j.connectors.httpclient.HttpCommand
- getRetries() - Method in class org.openstack4j.connectors.httpclient.HttpCommand
- getStatus() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Gets the status from the previous Request
- getStatusMessage() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
H
- 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
I
- incrementRetriesAndReturn() - Method in class org.openstack4j.connectors.httpclient.HttpCommand
- INSTANCE - Static variable in class org.openstack4j.connectors.httpclient.HttpClientFactory
O
- onClientCreate(HttpClientBuilder, RequestConfig.Builder, Config) - Method in interface org.openstack4j.connectors.httpclient.HttpClientConfigInterceptor
-
This method is invoked prior to the HttpClientBuilder build is called allowing any overrides or custom configuration.
- org.openstack4j.connectors.httpclient - package org.openstack4j.connectors.httpclient
R
- readEntity(Class<T>) - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
- registerInterceptor(HttpClientConfigInterceptor) - Static method in class org.openstack4j.connectors.httpclient.HttpClientFactory
-
Registers a HttpClientConfigInterceptor that is invoked prior to a new HttpClient being created.
U
- unwrap() - Method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Unwrap and return the original Response
W
- wrap(CloseableHttpResponse) - Static method in class org.openstack4j.connectors.httpclient.HttpResponseImpl
-
Wrap the given Response
All Classes All Packages