|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpCommand | |
|---|---|
| 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 | |
|---|---|
protected HttpCommand |
HttpResponseException.command
|
| Methods in org.jclouds.http that return HttpCommand | |
|---|---|
HttpCommand |
HttpResponseException.getCommand()
|
| Methods in org.jclouds.http with parameters of type HttpCommand | |
|---|---|
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
HttpResponse |
HttpCommandExecutorService.invoke(HttpCommand command)
Returns a HttpResponse from the server which responded to the
command. |
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried. |
boolean |
IOExceptionRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error)
|
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
HttpCommandExecutorService.submit(HttpCommand command)
Returns a potentially deferred HttpResponse from a server responding to the
command. |
| Constructors in org.jclouds.http with parameters of type HttpCommand | |
|---|---|
HttpResponseException(HttpCommand command,
HttpResponse response)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
String content)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
String content,
Throwable cause)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
Throwable cause)
|
|
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)
|
|
| Uses of HttpCommand in org.jclouds.http.handlers |
|---|
| Methods in org.jclouds.http.handlers with parameters of type HttpCommand | |
|---|---|
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from)
|
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error)
|
| Uses of HttpCommand in org.jclouds.http.internal |
|---|
| Methods in org.jclouds.http.internal with parameters of type HttpCommand | |
|---|---|
HttpResponse |
BaseHttpCommandExecutorService.invoke(HttpCommand command)
|
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
BaseHttpCommandExecutorService.submit(HttpCommand command)
|
| Constructors in org.jclouds.http.internal with parameters of type HttpCommand | |
|---|---|
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||