| Package | Description |
|---|---|
| org.jclouds.http | |
| org.jclouds.http.handlers | |
| org.jclouds.http.internal |
| Modifier and Type | Field and Description |
|---|---|
protected HttpCommand |
HttpResponseException.command |
| Modifier and Type | Method and Description |
|---|---|
HttpCommand |
HttpResponseException.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from) |
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response) |
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
BaseHttpCommandExecutorService.invoke(HttpCommand command) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.