|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponse | |
---|---|
org.jclouds.http | |
org.jclouds.http.functions | |
org.jclouds.http.handlers | |
org.jclouds.http.internal | |
org.jclouds.rest | |
org.jclouds.rest.internal |
Uses of HttpResponse in org.jclouds.http |
---|
Fields in org.jclouds.http declared as HttpResponse | |
---|---|
protected HttpResponse |
HttpResponseException.response
|
Fields in org.jclouds.http with type parameters of type HttpResponse | |
---|---|
protected com.google.common.base.Function<HttpResponse,T> |
TransformingHttpCommandImpl.transformer
|
Methods in org.jclouds.http that return HttpResponse | |
---|---|
HttpResponse |
HttpResponse.Builder.build()
|
HttpResponse |
HttpResponseException.getResponse()
|
Methods in org.jclouds.http that return types with arguments of type HttpResponse | |
---|---|
Future<HttpResponse> |
HttpCommandExecutorService.submit(HttpCommand command)
Asks the command to build a request relevant for an endpoint that produces responses of generic type HttpResponse . |
Methods in org.jclouds.http with parameters of type HttpResponse | |
---|---|
static HttpResponse.Builder |
HttpResponse.Builder.from(HttpResponse input)
|
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
void |
HttpUtils.logResponse(Logger logger,
HttpResponse response,
String prefix)
|
void |
HttpCommandRendezvous.setResponse(HttpResponse response)
|
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried. |
Method parameters in org.jclouds.http with type arguments of type HttpResponse | ||
---|---|---|
|
TransformingHttpCommandExecutorServiceImpl.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via Future.get() . |
|
|
TransformingHttpCommandExecutorService.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via Future.get() . |
Constructors in org.jclouds.http with parameters of type HttpResponse | |
---|---|
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)
|
Constructor parameters in org.jclouds.http with type arguments of type HttpResponse | |
---|---|
TransformingHttpCommandImpl(TransformingHttpCommandExecutorService executorService,
HttpRequest request,
com.google.common.base.Function<HttpResponse,T> transformer)
|
Uses of HttpResponse in org.jclouds.http.functions |
---|
Methods in org.jclouds.http.functions that return HttpResponse | |
---|---|
HttpResponse |
ParseContentMD5FromHeaders.NoContentMD5Exception.getResponse()
|
Methods in org.jclouds.http.functions with parameters of type HttpResponse | |
---|---|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e)
|
T |
ParseSax.addDetailsAndPropagate(HttpResponse response,
Exception e,
String text)
|
T |
ParseJson.apply(HttpResponse from)
parses the http response body to create a new <T> . |
Void |
ReleasePayloadAndReturn.apply(HttpResponse from)
|
InputStream |
ReturnInputStream.apply(HttpResponse from)
|
T |
UnwrapOnlyJsonValue.apply(HttpResponse arg0)
|
Boolean |
ReturnTrueIf2xx.apply(HttpResponse from)
|
T |
ParseXMLWithJAXB.apply(HttpResponse from)
|
String |
ParseETagHeader.apply(HttpResponse from)
|
byte[] |
ParseContentMD5FromHeaders.apply(HttpResponse from)
|
String |
ReturnStringIf2xx.apply(HttpResponse from)
|
T |
ParseSax.apply(HttpResponse from)
|
T |
UnwrapOnlyJsonValueInSet.apply(HttpResponse arg0)
|
URI |
ParseURIFromListOrLocationHeaderIf20x.apply(HttpResponse from)
|
T |
ParseFirstJsonValueNamed.apply(HttpResponse arg0)
|
Constructors in org.jclouds.http.functions with parameters of type HttpResponse | |
---|---|
ParseContentMD5FromHeaders.NoContentMD5Exception(HttpRequest request,
HttpResponse response)
|
Uses of HttpResponse in org.jclouds.http.handlers |
---|
Methods in org.jclouds.http.handlers with parameters of type HttpResponse | |
---|---|
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from)
|
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
Uses of HttpResponse in org.jclouds.http.internal |
---|
Methods in org.jclouds.http.internal that return HttpResponse | |
---|---|
HttpResponse |
BaseHttpCommandExecutorService.HttpResponseCallable.call()
|
protected HttpResponse |
JavaUrlHttpCommandExecutorService.invoke(HttpURLConnection connection)
|
protected abstract HttpResponse |
BaseHttpCommandExecutorService.invoke(Q nativeRequest)
|
Methods in org.jclouds.http.internal that return types with arguments of type HttpResponse | |
---|---|
Future<HttpResponse> |
BaseHttpCommandExecutorService.submit(HttpCommand command)
|
Uses of HttpResponse in org.jclouds.rest |
---|
Methods in org.jclouds.rest that return HttpResponse | |
---|---|
HttpResponse |
HttpClient.invoke(HttpRequest request)
|
Methods in org.jclouds.rest that return types with arguments of type HttpResponse | |
---|---|
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
HttpAsyncClient.invoke(HttpRequest request)
|
Uses of HttpResponse in org.jclouds.rest.internal |
---|
Fields in org.jclouds.rest.internal with type parameters of type HttpResponse | |
---|---|
static com.google.inject.TypeLiteral<com.google.common.util.concurrent.ListenableFuture<HttpResponse>> |
RestAnnotationProcessor.futureHttpResponseLiteral
|
Methods in org.jclouds.rest.internal that return types with arguments of type HttpResponse | |
---|---|
static com.google.common.base.Function<HttpResponse,?> |
RestAnnotationProcessor.createResponseParser(ParseSax.Factory parserFactory,
com.google.inject.Injector injector,
Method method,
HttpRequest request)
|
static com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> |
RestAnnotationProcessor.getJAXBParserKeyForMethod(Method method)
|
static com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> |
RestAnnotationProcessor.getJsonParserKeyForMethod(Method method)
|
static com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> |
RestAnnotationProcessor.getJsonParserKeyForMethodAnType(Method method,
Type returnVal)
|
static com.google.inject.Key<? extends com.google.common.base.Function<HttpResponse,?>> |
RestAnnotationProcessor.getParserOrThrowException(Method method)
|
static com.google.common.base.Function<HttpResponse,?> |
RestAnnotationProcessor.getTransformerForMethod(Method method,
com.google.inject.Injector injector)
|
Method parameters in org.jclouds.rest.internal with type arguments of type HttpResponse | |
---|---|
TransformingHttpCommand<?> |
AsyncRestClientProxy.Factory.create(HttpRequest request,
com.google.common.base.Function<HttpResponse,?> transformer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |