Uses of Package
org.jclouds.http

Packages that use org.jclouds.http
org.jclouds.http   
org.jclouds.http.filters   
org.jclouds.http.functions   
org.jclouds.http.handlers   
org.jclouds.http.internal   
org.jclouds.http.utils   
org.jclouds.rest   
org.jclouds.rest.binders   
org.jclouds.rest.config   
org.jclouds.rest.internal   
 

Classes in org.jclouds.http used by org.jclouds.http
HttpCommand
          Command whose endpoint is an http service.
HttpCommandExecutorService
          Capable of invoking http commands.
HttpErrorHandler
          Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
HttpException
          // TODO: Adrian: Document this!
HttpMessage
          Represents a request that can be executed within HttpCommandExecutorService
HttpMessage.Builder
           
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpRequest.Builder
           
HttpRequestFilter
          // TODO: Adrian: Document this! NOTE: HttpRequestFilter.filter(org.jclouds.http.HttpRequest) must be idempotent in a sense that multiple calls to it with the same request yield in the same output.
HttpResponse
          Represents a response produced from HttpCommandExecutorService
HttpResponse.Builder
           
HttpRetryHandler
          Indicate whether a request should be retried after a server error response (HTTP status code >= 500) based on the request's replayable status and the number of attempts already performed.
IOExceptionRetryHandler
           
TransformingHttpCommand
          Command that utilizes RESTFul apis and extracts T from the HttpResponse.
TransformingHttpCommandExecutorService
          Executor which will invoke and transform the response of an EndpointCommand into generic type .
 

Classes in org.jclouds.http used by org.jclouds.http.filters
HttpException
          // TODO: Adrian: Document this!
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpRequestFilter
          // TODO: Adrian: Document this! NOTE: HttpRequestFilter.filter(org.jclouds.http.HttpRequest) must be idempotent in a sense that multiple calls to it with the same request yield in the same output.
 

Classes in org.jclouds.http used by org.jclouds.http.functions
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpResponse
          Represents a response produced from HttpCommandExecutorService
 

Classes in org.jclouds.http used by org.jclouds.http.handlers
HttpCommand
          Command whose endpoint is an http service.
HttpErrorHandler
          Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
HttpResponse
          Represents a response produced from HttpCommandExecutorService
HttpRetryHandler
          Indicate whether a request should be retried after a server error response (HTTP status code >= 500) based on the request's replayable status and the number of attempts already performed.
IOExceptionRetryHandler
           
 

Classes in org.jclouds.http used by org.jclouds.http.internal
HttpCommand
          Command whose endpoint is an http service.
HttpCommandExecutorService
          Capable of invoking http commands.
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpResponse
          Represents a response produced from HttpCommandExecutorService
HttpUtils
           
IOExceptionRetryHandler
           
 

Classes in org.jclouds.http used by org.jclouds.http.utils
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
 

Classes in org.jclouds.http used by org.jclouds.rest
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpResponse
          Represents a response produced from HttpCommandExecutorService
 

Classes in org.jclouds.http used by org.jclouds.rest.binders
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
 

Classes in org.jclouds.http used by org.jclouds.rest.config
RequiresHttp
          designates the cloud has an HTTP API
 

Classes in org.jclouds.http used by org.jclouds.rest.internal
HttpMessage
          Represents a request that can be executed within HttpCommandExecutorService
HttpMessage.Builder
           
HttpRequest
          Represents a request that can be executed within HttpCommandExecutorService
HttpRequest.Builder
           
HttpRequestFilter
          // TODO: Adrian: Document this! NOTE: HttpRequestFilter.filter(org.jclouds.http.HttpRequest) must be idempotent in a sense that multiple calls to it with the same request yield in the same output.
HttpResponse
          Represents a response produced from HttpCommandExecutorService
HttpUtils
           
TransformingHttpCommand
          Command that utilizes RESTFul apis and extracts T from the HttpResponse.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.