| Package | Description |
|---|---|
| org.jclouds.http | |
| org.jclouds.http.functions | |
| org.jclouds.http.handlers | |
| org.jclouds.http.internal | |
| org.jclouds.rest | |
| org.jclouds.rest.internal |
| Modifier and Type | Field and Description |
|---|---|
protected HttpResponse |
HttpResponseException.response |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpResponse.Builder.build() |
HttpResponse |
HttpResponseException.getResponse() |
HttpResponse |
HttpCommandExecutorService.invoke(HttpCommand command)
Returns a
HttpResponse from the server which responded to the
command. |
| Modifier and Type | Method and Description |
|---|---|
T |
HttpResponse.Builder.fromHttpResponse(HttpResponse in) |
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response) |
void |
HttpUtils.logResponse(Logger logger,
HttpResponse response,
String prefix) |
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried.
|
| 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 |
|---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e) |
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text) |
String |
ReturnStringIf2xx.apply(HttpResponse from) |
T |
ParseJson.apply(HttpResponse from)
parses the http response body to create a new
<T>. |
T |
ParseSax.apply(HttpResponse from) |
InputStream |
ReturnInputStream.apply(HttpResponse from) |
Boolean |
ReturnTrueIf201.apply(HttpResponse from) |
Void |
ReleasePayloadAndReturn.apply(HttpResponse from) |
T |
ParseFirstJsonValueNamed.apply(HttpResponse arg0) |
Boolean |
ReturnTrueIf2xx.apply(HttpResponse from) |
URI |
ParseURIFromListOrLocationHeaderIf20x.apply(HttpResponse from) |
String |
ParseETagHeader.apply(HttpResponse from) |
T |
UnwrapOnlyJsonValueInSet.apply(HttpResponse arg0) |
T |
UnwrapOnlyJsonValue.apply(HttpResponse arg0) |
T |
ParseXMLWithJAXB.apply(HttpResponse from) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
BaseHttpCommandExecutorService.invoke(HttpCommand command) |
protected HttpResponse |
JavaUrlHttpCommandExecutorService.invoke(HttpURLConnection connection) |
protected abstract HttpResponse |
BaseHttpCommandExecutorService.invoke(Q nativeRequest) |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpClient.invoke(HttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Function<HttpResponse,?> |
TransformerForRequest.apply(HttpRequest in) |
com.google.common.base.Function<HttpResponse,?> |
TransformerForRequest.getTransformerForMethod(Invocation invocation,
com.google.inject.Injector injector) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.