| Interface | Description |
|---|---|
| Binder |
Adds an payload to a request.
|
| HttpAsyncClient |
Simple rest client
|
| HttpClient |
Simple client
|
| InvocationContext<I extends InvocationContext<I>> |
Passes generated Http request into this object;
|
| MapBinder |
Builds the payload of a Post request.
|
| RequestSigner | |
| RestApiMetadata | |
| RestApiMetadata.Builder | |
| RestContext<S,A> |
Represents an authenticated context to the cloud.
|
| Utils |
| Class | Description |
|---|---|
| AnonymousRestApiMetadata |
Useful in creating arbitrary clients.
|
| AnonymousRestApiMetadata.Builder | |
| AsyncClientFactory | |
| InputParamValidator |
Validates method parameters.
|
| Providers | Deprecated |
| RestContextFactory | Deprecated |
| Exception | Description |
|---|---|
| AuthorizationException |
Thrown when there is an authorization error.
|
| InsufficientResourcesException |
Thrown when there is a quota or otherwise limit preventing the operation from occurring.
|
| ResourceNotFoundException |
Thrown when a resource cannot be located.
|
| RetryAfterException |
This exception is raised when an http endpoint returns with a response
telling the caller to make the same request after a certain period of time.
|
| Annotation Type | Description |
|---|---|
| ConfiguresCredentialStore |
designates the module configures a
Map<String, ? extends Credentials> |
| ConfiguresRestClient |
designates the module configures a Client to a cloud.
|
| ConfiguresRestContext |
designates the module configures a Client to a cloud.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.