Uses of Class
org.jclouds.http.HttpCommand
-
Packages that use HttpCommand Package Description org.jclouds.http org.jclouds.http.handlers org.jclouds.http.internal -
-
Uses of HttpCommand in org.jclouds.http
Fields in org.jclouds.http declared as HttpCommand Modifier and Type Field Description protected HttpCommandHttpResponseException. commandMethods in org.jclouds.http that return HttpCommand Modifier and Type Method Description HttpCommandHttpResponseException. getCommand()Methods in org.jclouds.http with parameters of type HttpCommand Modifier and Type Method Description voidHttpErrorHandler. handleError(HttpCommand command, HttpResponse response)HttpResponseHttpCommandExecutorService. invoke(HttpCommand command)Returns aHttpResponsefrom the server which responded to thecommand.booleanHttpRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)Return true if the command should be retried.booleanIOExceptionRetryHandler. shouldRetryRequest(HttpCommand command, IOException error)Constructors in org.jclouds.http with parameters of type HttpCommand Constructor Description HttpResponseException(String message, HttpCommand command, HttpResponse response)HttpResponseException(String message, HttpCommand command, HttpResponse response, String content)HttpResponseException(String message, HttpCommand command, HttpResponse response, String content, Throwable cause)HttpResponseException(String message, HttpCommand command, HttpResponse response, Throwable cause)HttpResponseException(HttpCommand command, HttpResponse response)HttpResponseException(HttpCommand command, HttpResponse response, boolean logSensitiveInformation)HttpResponseException(HttpCommand command, HttpResponse response, String content)HttpResponseException(HttpCommand command, HttpResponse response, String content, Throwable cause)HttpResponseException(HttpCommand command, HttpResponse response, Throwable cause) -
Uses of HttpCommand in org.jclouds.http.handlers
Methods in org.jclouds.http.handlers with parameters of type HttpCommand Modifier and Type Method Description protected booleanRateLimitRetryHandler. delayRequestUntilAllowed(HttpCommand command, HttpResponse response)voidCloseContentAndSetExceptionErrorHandler. handleError(HttpCommand command, HttpResponse from)voidDelegatingErrorHandler. handleError(HttpCommand command, HttpResponse response)protected abstract com.google.common.base.Optional<Long>RateLimitRetryHandler. millisToNextAvailableRequest(HttpCommand command, HttpResponse response)Compute the number of milliseconds that must pass until a request can be performed.booleanBackoffLimitedRetryHandler. shouldRetryRequest(HttpCommand command, IOException error)booleanBackoffLimitedRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanDelegatingRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanRateLimitRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanRedirectionRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpCommand in org.jclouds.http.internal
Methods in org.jclouds.http.internal with parameters of type HttpCommand Modifier and Type Method Description HttpResponseBaseHttpCommandExecutorService. invoke(HttpCommand command)
-