Package org.jclouds.rest

Interface Summary
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<T extends RestApiMetadata.Builder<T>>  
RestContext<S,A> Represents an authenticated context to the cloud.
Utils  
 

Class Summary
AnonymousRestApiMetadata Useful in creating arbitrary clients.
AnonymousRestApiMetadata.Builder  
InputParamValidator Validates method parameters.
 

Exception Summary
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 Types Summary
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.