Package org.jclouds.http
package org.jclouds.http
-
ClassDescriptionCommand whose endpoint is an http service.Capable of invoking http commands.Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.// TODO: Adrian: Document this!Represents a request that can be executed within
HttpCommandExecutorService
HttpMessage.Builder<T extends HttpMessage.Builder<T>>Represents a request that can be executed withinHttpCommandExecutorService
HttpRequest.Builder<T extends HttpRequest.Builder<T>>// 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.Represents a response produced fromHttpCommandExecutorService
HttpResponse.Builder<T extends HttpResponse.Builder<T>>Represents an error obtained from an HttpResponse.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.Functions onString
s andURI
s.Mutable URI builder that can be in level 1 RFC6570 template form.