Uses of Class
org.jclouds.http.HttpResponse

Packages that use HttpResponse
org.jclouds.atmos   
org.jclouds.atmos.functions   
org.jclouds.atmos.handlers   
org.jclouds.atmos.util   
org.jclouds.aws   
org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api. 
org.jclouds.aws.s3.functions   
org.jclouds.aws.util   
org.jclouds.azure.storage   
org.jclouds.azure.storage.handlers   
org.jclouds.azure.storage.util   
org.jclouds.azureblob.functions   
org.jclouds.azureblob.handlers   
org.jclouds.blobstore.functions   
org.jclouds.cloudfiles.functions   
org.jclouds.cloudloadbalancers.functions   
org.jclouds.cloudloadbalancers.handlers   
org.jclouds.cloudservers.handlers   
org.jclouds.cloudsigma.functions   
org.jclouds.cloudsigma.handlers   
org.jclouds.cloudstack.functions   
org.jclouds.cloudstack.handlers   
org.jclouds.deltacloud.handlers   
org.jclouds.elasticstack.functions   
org.jclouds.elasticstack.handlers   
org.jclouds.gae   
org.jclouds.glesys.functions   
org.jclouds.glesys.handlers   
org.jclouds.gogrid   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.handlers   
org.jclouds.hpcloud.objectstorage.lvs.functions   
org.jclouds.http   
org.jclouds.http.apachehc   
org.jclouds.http.functions   
org.jclouds.http.handlers   
org.jclouds.http.internal   
org.jclouds.openstack.functions   
org.jclouds.openstack.handlers   
org.jclouds.openstack.keystone.v1_1.handlers   
org.jclouds.openstack.keystone.v2_0.handlers   
org.jclouds.openstack.nova.handlers   
org.jclouds.openstack.nova.v1_1.handlers   
org.jclouds.openstack.swift.functions   
org.jclouds.openstack.swift.handlers   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.rimuhosting.miro.functions   
org.jclouds.s3.functions This package contains response handlers for S3 commands. 
org.jclouds.s3.handlers   
org.jclouds.savvis.vpdc.functions   
org.jclouds.savvis.vpdc.handlers   
org.jclouds.slicehost.handlers   
org.jclouds.softlayer.handlers   
org.jclouds.trmk.vcloud_0_8   
org.jclouds.trmk.vcloud_0_8.functions   
org.jclouds.trmk.vcloud_0_8.handlers   
org.jclouds.trmk.vcloud_0_8.util   
org.jclouds.vcloud   
org.jclouds.vcloud.functions   
org.jclouds.vcloud.handlers   
org.jclouds.vcloud.util   
 

Uses of HttpResponse in org.jclouds.atmos
 

Constructors in org.jclouds.atmos with parameters of type HttpResponse
AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error)
           
AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
           
AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error)
           
AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
           
 

Uses of HttpResponse in org.jclouds.atmos.functions
 

Methods in org.jclouds.atmos.functions with parameters of type HttpResponse
 SystemMetadata ParseSystemMetadataFromHeaders.apply(HttpResponse from)
           
 BoundedSet<DirectoryEntry> ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
          parses the http response headers to create a new BoundedSet object.
 AtmosObject ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
          First, calls ParseSystemAndUserMetadataFromHeaders.
 Boolean ReturnTrueIfGroupACLIsOtherRead.apply(HttpResponse from)
           
 UserMetadata ParseUserMetadataFromHeaders.apply(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.atmos.handlers
 

Methods in org.jclouds.atmos.handlers with parameters of type HttpResponse
 void ParseAtmosErrorFromXmlContent.handleError(HttpCommand command, HttpResponse response)
           
 boolean AtmosClientErrorRetryHandler.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.atmos.util
 

Methods in org.jclouds.atmos.util with parameters of type HttpResponse
 AtmosError AtmosUtils.parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
           
 AtmosError AtmosUtils.parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, String content)
           
 

Uses of HttpResponse in org.jclouds.aws
 

Constructors in org.jclouds.aws with parameters of type HttpResponse
AWSResponseException(HttpCommand command, HttpResponse response, AWSError error)
           
AWSResponseException(HttpCommand command, HttpResponse response, AWSError error, Throwable cause)
           
AWSResponseException(String message, HttpCommand command, HttpResponse response, AWSError error)
           
AWSResponseException(String message, HttpCommand command, HttpResponse response, AWSError error, Throwable cause)
           
 

Uses of HttpResponse in org.jclouds.aws.handlers
 

Methods in org.jclouds.aws.handlers with parameters of type HttpResponse
 void ParseAWSErrorFromXmlContent.handleError(HttpCommand command, HttpResponse response)
           
protected  Exception ParseAWSErrorFromXmlContent.refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
           
 boolean AWSClientErrorRetryHandler.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.aws.s3.functions
 

Methods in org.jclouds.aws.s3.functions with parameters of type HttpResponse
 String ETagFromHttpResponseViaRegex.apply(HttpResponse response)
           
 String UploadIdFromHttpResponseViaRegex.apply(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.aws.util
 

Methods in org.jclouds.aws.util with parameters of type HttpResponse
 AWSError AWSUtils.parseAWSErrorFromContent(HttpRequest request, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.azure.storage
 

Constructors in org.jclouds.azure.storage with parameters of type HttpResponse
AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error)
           
AzureStorageResponseException(HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
           
AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error)
           
AzureStorageResponseException(String message, HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause)
           
 

Uses of HttpResponse in org.jclouds.azure.storage.handlers
 

Methods in org.jclouds.azure.storage.handlers with parameters of type HttpResponse
 void ParseAzureStorageErrorFromXmlContent.handleError(HttpCommand command, HttpResponse response)
           
protected  Exception ParseAzureStorageErrorFromXmlContent.refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
           
 boolean AzureStorageClientErrorRetryHandler.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.azure.storage.util
 

Methods in org.jclouds.azure.storage.util with parameters of type HttpResponse
 AzureStorageError AzureStorageUtils.parseAzureStorageErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
           
 

Uses of HttpResponse in org.jclouds.azureblob.functions
 

Methods in org.jclouds.azureblob.functions with parameters of type HttpResponse
protected  void ParseContainerPropertiesFromHeaders.addETagTo(HttpResponse from, MutableContainerPropertiesWithMetadata metadata)
           
 MutableBlobProperties ParseBlobPropertiesFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new MutableBlobProperties object.
 ContainerProperties ParseContainerPropertiesFromHeaders.apply(HttpResponse from)
           
 PublicAccess ParsePublicAccessHeader.apply(HttpResponse from)
           
 AzureBlob ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.azureblob.handlers
 

Methods in org.jclouds.azureblob.handlers with parameters of type HttpResponse
protected  Exception ParseAzureBlobErrorFromXmlContent.refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
           
 

Uses of HttpResponse in org.jclouds.blobstore.functions
 

Methods in org.jclouds.blobstore.functions with parameters of type HttpResponse
protected  void ParseSystemAndUserMetadataFromHeaders.addETagTo(HttpResponse from, MutableBlobMetadata metadata)
           
 Blob ParseBlobFromHeadersAndHttpContent.apply(HttpResponse from)
           
 MutableBlobMetadata ParseSystemAndUserMetadataFromHeaders.apply(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.cloudfiles.functions
 

Methods in org.jclouds.cloudfiles.functions with parameters of type HttpResponse
 ContainerCDNMetadata ParseContainerCDNMetadataFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new ContainerCDNMetadata object.
 URI ParseCdnUriFromHeaders.apply(HttpResponse from)
          parses the http response headers to provide the CDN URI string.
 

Uses of HttpResponse in org.jclouds.cloudloadbalancers.functions
 

Methods in org.jclouds.cloudloadbalancers.functions with parameters of type HttpResponse
 Set<LoadBalancer> UnwrapLoadBalancers.apply(HttpResponse arg0)
           
 LoadBalancer UnwrapLoadBalancer.apply(HttpResponse arg0)
           
 

Uses of HttpResponse in org.jclouds.cloudloadbalancers.handlers
 

Methods in org.jclouds.cloudloadbalancers.handlers with parameters of type HttpResponse
 void ParseCloudLoadBalancersErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.cloudservers.handlers
 

Methods in org.jclouds.cloudservers.handlers with parameters of type HttpResponse
 void ParseCloudServersErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions with parameters of type HttpResponse
 Set<ProfileInfo> ListOfKeyValuesDelimitedByBlankLinesToProfileInfoSet.apply(HttpResponse response)
           
 ServerInfo KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response)
           
 Set<String> SplitNewlinesAndReturnSecondField.apply(HttpResponse response)
           
 ProfileInfo KeyValuesDelimitedByBlankLinesToProfileInfo.apply(HttpResponse response)
           
 Payload ReturnPayload.apply(HttpResponse from)
           
 DriveInfo KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response)
           
 Set<ServerInfo> ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response)
           
 StaticIPInfo KeyValuesDelimitedByBlankLinesToStaticIPInfo.apply(HttpResponse response)
           
 Set<DriveInfo> ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response)
           
 Set<VLANInfo> ListOfKeyValuesDelimitedByBlankLinesToVLANInfoSet.apply(HttpResponse response)
           
 VLANInfo KeyValuesDelimitedByBlankLinesToVLANInfo.apply(HttpResponse response)
           
 Set<StaticIPInfo> ListOfKeyValuesDelimitedByBlankLinesToStaticIPInfoSet.apply(HttpResponse response)
           
 Set<String> SplitNewlines.apply(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.cloudsigma.handlers
 

Methods in org.jclouds.cloudsigma.handlers with parameters of type HttpResponse
 void CloudSigmaErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String CloudSigmaErrorHandler.parseMessage(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.cloudstack.functions
 

Methods in org.jclouds.cloudstack.functions with parameters of type HttpResponse
 Map<Long,String> ParseIdToNameFromHttpResponse.apply(HttpResponse response)
           
 Set<AsyncJob<?>> ParseAsyncJobsFromHttpResponse.apply(HttpResponse response)
           
 Map.Entry<Long,String> ParseIdToNameEntryFromHttpResponse.apply(HttpResponse response)
           
 LoginResponse ParseLoginResponseFromHttpResponse.apply(HttpResponse response)
           
 Set<String> ParseNamesFromHttpResponse.apply(HttpResponse response)
           
 Set<String> ParseEventTypesFromHttpResponse.apply(HttpResponse response)
           
 AsyncJob<?> ParseAsyncJobFromHttpResponse.apply(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.cloudstack.handlers
 

Methods in org.jclouds.cloudstack.handlers with parameters of type HttpResponse
 void CloudStackErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String CloudStackErrorHandler.parseMessage(HttpResponse response)
           
 boolean InvalidateSessionAndRetryOn401AndLogoutOnClose.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.deltacloud.handlers
 

Methods in org.jclouds.deltacloud.handlers with parameters of type HttpResponse
 void DeltacloudErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String DeltacloudErrorHandler.parseMessage(HttpResponse response)
           
 boolean DeltacloudRedirectionRetryHandler.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.elasticstack.functions
 

Methods in org.jclouds.elasticstack.functions with parameters of type HttpResponse
 ServerInfo KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response)
           
 Payload ReturnPayload.apply(HttpResponse from)
           
 DriveInfo KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response)
           
 Set<ServerInfo> ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response)
           
 Set<DriveInfo> ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response)
           
 Set<String> SplitNewlines.apply(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.elasticstack.handlers
 

Methods in org.jclouds.elasticstack.handlers with parameters of type HttpResponse
 void ElasticStackErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String ElasticStackErrorHandler.parseMessage(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.gae
 

Methods in org.jclouds.gae that return HttpResponse
 HttpResponse ConvertToJcloudsResponse.apply(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse)
           
protected  HttpResponse GaeHttpCommandExecutorService.convert(com.google.appengine.api.urlfetch.HTTPResponse gaeResponse)
           
protected  HttpResponse GaeHttpCommandExecutorService.invoke(com.google.appengine.api.urlfetch.HTTPRequest request)
           
 

Methods in org.jclouds.gae that return types with arguments of type HttpResponse
 com.google.common.util.concurrent.ListenableFuture<HttpResponse> AsyncGaeHttpCommandExecutorService.submit(HttpCommand command)
           
 

Uses of HttpResponse in org.jclouds.glesys.functions
 

Methods in org.jclouds.glesys.functions with parameters of type HttpResponse
 Set<OSTemplate> ParseTemplatesFromHttpResponse.apply(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.glesys.handlers
 

Methods in org.jclouds.glesys.handlers with parameters of type HttpResponse
 void GleSYSErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String GleSYSErrorHandler.parseMessage(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.gogrid
 

Constructors in org.jclouds.gogrid with parameters of type HttpResponse
GoGridResponseException(HttpCommand command, HttpResponse response, Set<ErrorResponse> errors)
           
 

Uses of HttpResponse in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions with parameters of type HttpResponse
 SortedSet<Server> ParseServerListFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<Ip> ParseIpListFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<Option> ParseOptionsFromJsonResponse.apply(HttpResponse arg0)
           
 LoadBalancer ParseLoadBalancerFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<LoadBalancer> ParseLoadBalancerListFromJsonResponse.apply(HttpResponse arg0)
           
 Credentials ParseCredentialsFromJsonResponse.apply(HttpResponse input)
           
 SortedSet<ErrorResponse> ParseErrorFromJsonResponse.apply(HttpResponse arg0)
           
 Server ParseServerFromJsonResponse.apply(HttpResponse arg0)
           
 ServerImage ParseImageFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<Job> ParseJobListFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<ServerImage> ParseImageListFromJsonResponse.apply(HttpResponse arg0)
           
 Map<String,Credentials> ParseServerNameToCredentialsMapFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of HttpResponse in org.jclouds.gogrid.handlers
 

Methods in org.jclouds.gogrid.handlers with parameters of type HttpResponse
 void GoGridErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.hpcloud.objectstorage.lvs.functions
 

Methods in org.jclouds.hpcloud.objectstorage.lvs.functions with parameters of type HttpResponse
 ContainerCDNMetadata ParseContainerCDNMetadataFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new ContainerCDNMetadata object.
 ContainerMetadata ParseContainerMetadataFromHeaders.apply(HttpResponse from)
           
 URI ParseCDNUriFromHeaders.apply(HttpResponse from)
          parses the http response headers to provide the CDN URI string.
 

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
<T,R extends HttpRequest>
com.google.common.util.concurrent.ListenableFuture<T>
TransformingHttpCommandExecutorServiceImpl.submit(HttpCommand command, com.google.common.base.Function<HttpResponse,T> responseTransformer)
          Submits the command and transforms the result before requested via Future.get().
<T,R extends HttpRequest>
com.google.common.util.concurrent.ListenableFuture<T>
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.apachehc
 

Methods in org.jclouds.http.apachehc that return HttpResponse
protected  HttpResponse ApacheHCHttpCommandExecutorService.invoke(org.apache.http.client.methods.HttpUriRequest nativeRequest)
           
 

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>.
 T UnwrapOnlyJsonValueInSet.apply(HttpResponse arg0)
           
 String ReturnStringIf2xx.apply(HttpResponse from)
           
 T UnwrapOnlyJsonValue.apply(HttpResponse arg0)
           
 byte[] ParseContentMD5FromHeaders.apply(HttpResponse from)
           
 InputStream ReturnInputStream.apply(HttpResponse from)
           
 URI ParseURIFromListOrLocationHeaderIf20x.apply(HttpResponse from)
           
 String ParseETagHeader.apply(HttpResponse from)
           
 Boolean ReturnTrueIf2xx.apply(HttpResponse from)
           
 T ParseSax.apply(HttpResponse from)
           
 Void ReleasePayloadAndReturn.apply(HttpResponse from)
           
 T ParseFirstJsonValueNamed.apply(HttpResponse arg0)
           
 T ParseXMLWithJAXB.apply(HttpResponse from)
           
 

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.openstack.functions
 

Methods in org.jclouds.openstack.functions with parameters of type HttpResponse
 AuthenticationResponse ParseAuthenticationResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new AuthenticationResponse object.
 

Uses of HttpResponse in org.jclouds.openstack.handlers
 

Methods in org.jclouds.openstack.handlers with parameters of type HttpResponse
 boolean RetryOnRenew.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.openstack.keystone.v1_1.handlers
 

Methods in org.jclouds.openstack.keystone.v1_1.handlers with parameters of type HttpResponse
 boolean RetryOnRenew.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.openstack.keystone.v2_0.handlers
 

Methods in org.jclouds.openstack.keystone.v2_0.handlers with parameters of type HttpResponse
 boolean RetryOnRenew.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.openstack.nova.handlers
 

Methods in org.jclouds.openstack.nova.handlers with parameters of type HttpResponse
 void ParseNovaErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.openstack.nova.v1_1.handlers
 

Methods in org.jclouds.openstack.nova.v1_1.handlers with parameters of type HttpResponse
 void NovaErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.openstack.swift.functions
 

Methods in org.jclouds.openstack.swift.functions with parameters of type HttpResponse
 AccountMetadata ParseAccountMetadataResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new AccountMetadata object.
 MutableObjectInfoWithMetadata ParseObjectInfoFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new MutableObjectInfoWithMetadata object.
 SwiftObject ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.openstack.swift.handlers
 

Methods in org.jclouds.openstack.swift.handlers with parameters of type HttpResponse
 void ParseSwiftErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

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)
           
 

Uses of HttpResponse in org.jclouds.rimuhosting.miro.functions
 

Methods in org.jclouds.rimuhosting.miro.functions with parameters of type HttpResponse
 List<String> ParseDestroyResponseFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<PricingPlan> ParsePricingPlansFromJsonResponse.apply(HttpResponse arg0)
           
 Server ParseServerFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<Server> ParseServersFromJsonResponse.apply(HttpResponse arg0)
           
 ServerInfo ParseServerInfoFromJsonResponse.apply(HttpResponse arg0)
           
 SortedSet<Image> ParseImagesFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of HttpResponse in org.jclouds.s3.functions
 

Methods in org.jclouds.s3.functions with parameters of type HttpResponse
protected  void ParseObjectMetadataFromHeaders.addETagTo(HttpResponse from, MutableObjectMetadata metadata)
          ETag == Content-MD5
 MutableObjectMetadata ParseObjectMetadataFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new org.jclouds.s3.domain.internal.MutableObjectMetadata object.
 S3Object ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.s3.handlers
 

Methods in org.jclouds.s3.handlers with parameters of type HttpResponse
protected  Exception ParseS3ErrorFromXmlContent.refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)
           
 boolean S3RedirectionRetryHandler.shouldRetryRequest(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.savvis.vpdc.functions
 

Methods in org.jclouds.savvis.vpdc.functions with parameters of type HttpResponse
 VCloudSession ParseLoginResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new VCloudSession object.
 

Uses of HttpResponse in org.jclouds.savvis.vpdc.handlers
 

Methods in org.jclouds.savvis.vpdc.handlers with parameters of type HttpResponse
 void VPDCErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String VPDCErrorHandler.parseMessage(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.slicehost.handlers
 

Methods in org.jclouds.slicehost.handlers with parameters of type HttpResponse
 void ParseSlicehostErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.softlayer.handlers
 

Methods in org.jclouds.softlayer.handlers with parameters of type HttpResponse
 void SoftLayerErrorHandler.handleError(HttpCommand command, HttpResponse response)
           
 String SoftLayerErrorHandler.parseMessage(HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.trmk.vcloud_0_8
 

Constructors in org.jclouds.trmk.vcloud_0_8 with parameters of type HttpResponse
VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error)
           
VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
           
VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error)
           
VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
           
 

Uses of HttpResponse in org.jclouds.trmk.vcloud_0_8.functions
 

Methods in org.jclouds.trmk.vcloud_0_8.functions with parameters of type HttpResponse
 VCloudSession ParseLoginResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new VCloudSession object.
 Task ParseTaskFromLocationHeader.apply(HttpResponse from)
           
 String ParseLoginResponseFromHeaders.parseTokenFromHeaders(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.trmk.vcloud_0_8.handlers
 

Methods in org.jclouds.trmk.vcloud_0_8.handlers with parameters of type HttpResponse
 void ParseTerremarkVCloudErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.trmk.vcloud_0_8.util
 

Methods in org.jclouds.trmk.vcloud_0_8.util with parameters of type HttpResponse
 VCloudError VCloudUtils.parseErrorFromContent(HttpRequest request, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.vcloud
 

Constructors in org.jclouds.vcloud with parameters of type HttpResponse
VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error)
           
VCloudResponseException(HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
           
VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error)
           
VCloudResponseException(String message, HttpCommand command, HttpResponse response, VCloudError error, Throwable cause)
           
 

Uses of HttpResponse in org.jclouds.vcloud.functions
 

Methods in org.jclouds.vcloud.functions with parameters of type HttpResponse
 VCloudSession ParseLoginResponseFromHeaders.apply(HttpResponse from)
          parses the http response headers to create a new VCloudSession object.
 String ParseLoginResponseFromHeaders.parseTokenFromHeaders(HttpResponse from)
           
 

Uses of HttpResponse in org.jclouds.vcloud.handlers
 

Methods in org.jclouds.vcloud.handlers with parameters of type HttpResponse
 void ParseVCloudErrorFromHttpResponse.handleError(HttpCommand command, HttpResponse response)
           
 

Uses of HttpResponse in org.jclouds.vcloud.util
 

Methods in org.jclouds.vcloud.util with parameters of type HttpResponse
 VCloudError VCloudUtils.parseErrorFromContent(HttpRequest request, HttpResponse response)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.