Uses of Class
org.jclouds.http.HttpResponse
-
Packages that use HttpResponse Package Description org.jclouds.http org.jclouds.http.functions org.jclouds.http.handlers org.jclouds.http.internal org.jclouds.rest org.jclouds.rest.annotations org.jclouds.rest.internal -
-
Uses of HttpResponse in org.jclouds.http
Fields in org.jclouds.http declared as HttpResponse Modifier and Type Field Description protected HttpResponseHttpResponseException. responseMethods in org.jclouds.http that return HttpResponse Modifier and Type Method Description HttpResponseHttpResponse.Builder. build()HttpResponseHttpResponseException. getResponse()HttpResponseHttpCommandExecutorService. invoke(HttpCommand command)Returns aHttpResponsefrom the server which responded to thecommand.Methods in org.jclouds.http with parameters of type HttpResponse Modifier and Type Method Description THttpResponse.Builder. fromHttpResponse(HttpResponse in)voidHttpErrorHandler. handleError(HttpCommand command, HttpResponse response)voidHttpUtils. logResponse(Logger logger, HttpResponse response, String prefix)booleanHttpRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)Return true if the command should be retried.Constructors in org.jclouds.http with parameters of type HttpResponse 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 HttpResponse in org.jclouds.http.functions
Methods in org.jclouds.http.functions with parameters of type HttpResponse Modifier and Type Method Description TParseSax. addDetailsAndPropagate(HttpResponse response, Exception e)TParseSax. addDetailsAndPropagate(HttpResponse response, Exception e, String text)StringParseETagHeader. apply(HttpResponse from)TParseFirstJsonValueNamed. apply(HttpResponse arg0)TParseJson. apply(HttpResponse from)parses the http response body to create a new<T>.TParseSax. apply(HttpResponse from)URIParseURIFromListOrLocationHeaderIf20x. apply(HttpResponse from)TParseXMLWithJAXB. apply(HttpResponse from)VoidReleasePayloadAndReturn. apply(HttpResponse from)InputStreamReturnInputStream. apply(HttpResponse from)StringReturnStringIf2xx. apply(HttpResponse from)BooleanReturnTrueIf201. apply(HttpResponse from)BooleanReturnTrueIf2xx. apply(HttpResponse from)TUnwrapOnlyJsonValue. apply(HttpResponse arg0)TUnwrapOnlyJsonValueInSet. apply(HttpResponse arg0) -
Uses of HttpResponse in org.jclouds.http.handlers
Methods in org.jclouds.http.handlers with parameters of type HttpResponse 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, HttpResponse response)booleanDelegatingRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanRateLimitRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanRedirectionRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.http.internal
Methods in org.jclouds.http.internal that return HttpResponse Modifier and Type Method Description HttpResponseBaseHttpCommandExecutorService. invoke(HttpCommand command)protected abstract HttpResponseBaseHttpCommandExecutorService. invoke(Q nativeRequest)protected HttpResponseJavaUrlHttpCommandExecutorService. invoke(HttpURLConnection connection) -
Uses of HttpResponse in org.jclouds.rest
Methods in org.jclouds.rest that return HttpResponse Modifier and Type Method Description HttpResponseHttpClient. invoke(HttpRequest request) -
Uses of HttpResponse in org.jclouds.rest.annotations
Methods in org.jclouds.rest.annotations that return types with arguments of type HttpResponse Modifier and Type Method Description Class<? extends com.google.common.base.Function<HttpResponse,?>>value() -
Uses of HttpResponse in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return types with arguments of type HttpResponse Modifier and Type Method 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)
-