| 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 | |
| RestContext<S,A> |
Represents an authenticated context to the cloud.
|
| Utils |
| Class | Description |
|---|---|
| AsyncClientFactory | |
| InputParamValidator |
Validates method parameters.
|
| Providers | |
| RestContextBuilder<S,A> |
Creates
RestContext or Injector instances based on the most commonly requested
arguments. |
| RestContextFactory |
Helper class to instantiate
RestContext instances. |
| RestContextSpec<S,A> |
| 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.
|
| 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-2012 jclouds. All Rights Reserved.