Interface | Description |
---|---|
HttpExecutorService |
A Service which is responsible of execution an HttpRequest
|
HttpResponse |
Wraps a Response from the Jersey Client
|
ListType |
Decorator interface to designate List Type results and to insure that an EmptyList is returned in 404/NotFound
responses
|
PropagateResponse |
Allows for propagation depending on the state of a response.
|
Class | Description |
---|---|
ClientConstants |
Common String Constants
|
Config |
OpenStack4j Configuration - options that are configured with OpenStack4j clients.
|
ExecutionOptions<R> |
HTTP Execution Options
|
Handle<T> |
A handle which is used to visit entity handling conditions and to determine if the workflow is satisfied
|
HttpEntityHandler |
Handles retrieving an Entity from an HttpResponse while validating resulting
status codes.
|
HttpExceptionHandler |
Exception Handles for common Http messages and status codes
|
HttpRequest<R> |
A Request Delegate which aids in building the request that is compatible with the OpenStack Rest API.
|
HttpRequest.RequestBuilder<R> | |
ObjectMapperSingleton |
Default Jackson Mappings
|
ProxyHost |
Proxy host configuration
|
UntrustedSSL |
Contains an open SSL Context which allows self signed certs and an open hostname verifier
|
Enum | Description |
---|---|
HttpMethod |
Supported Http Client Methods
|
Copyright © 2017. All rights reserved.