| Interface | Description |
|---|---|
| OpenStackClientConnector |
The connector is a pluggable implementation that can use several different approaches and technologies to connect to
and access the OpenStack API.
|
| OpenStackResponse |
A general interface that defines the common operations that can be performed on all responses
|
| OpenStackTokenProvider |
This interface defines the common behaviors of all token providers.
|
| Class | Description |
|---|---|
| Entity<T> | |
| OpenStackClient |
Revisions
|
| OpenStackRequest<R> |
Revisions
|
| OpenStackResponseStatus | |
| OpenStackSimpleTokenProvider |
| Enum | Description |
|---|---|
| HttpMethod |
| Exception | Description |
|---|---|
| OpenStackBaseException |
A common abstract parent of all Openstack Exception types, allowing calling classes the choice to catch all error
exceptions together.
|
| OpenStackConnectException |
Custom RuntimeException to report connection errors to Openstack endpoints.
|
| OpenStackResponseException |
Copyright © 2012–2017. All rights reserved.