Uses of Class
org.jclouds.http.HttpResponse
Packages that use HttpResponse
Package
Description
This package contains HttpResponseHandlers needed to operate the REST api.
This package contains response handlers for S3 commands.
-
Uses of HttpResponse in org.jclouds.atmos
Constructors in org.jclouds.atmos with parameters of type HttpResponseModifierConstructorDescriptionAtmosResponseException
(String message, HttpCommand command, HttpResponse response, AtmosError error) AtmosResponseException
(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause) AtmosResponseException
(HttpCommand command, HttpResponse response, AtmosError error) AtmosResponseException
(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 HttpResponseModifier and TypeMethodDescriptionParseDirectoryListFromContentAndHeaders.apply
(HttpResponse from) parses the http response headers to create a newBoundedSet
object.ParseObjectFromHeadersAndHttpContent.apply
(HttpResponse from) First, callsinvalid reference
ParseSystemAndUserMetadataFromHeaders
ParseSystemMetadataFromHeaders.apply
(HttpResponse from) ParseUserMetadataFromHeaders.apply
(HttpResponse from) ReturnTrueIfGroupACLIsOtherRead.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.atmos.handlers
Methods in org.jclouds.atmos.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ParseAtmosErrorFromXmlContent.handleError
(HttpCommand command, HttpResponse response) boolean
AtmosClientErrorRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) boolean
AtmosServerErrorRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type HttpResponseModifier and TypeMethodDescriptionAtmosUtils.parseAtmosErrorFromContent
(HttpCommand command, HttpResponse response, InputStream content) AtmosUtils.parseAtmosErrorFromContent
(HttpCommand command, HttpResponse response, String content) -
Uses of HttpResponse in org.jclouds.aws
Constructors in org.jclouds.aws with parameters of type HttpResponseModifierConstructorDescriptionAWSResponseException
(String message, HttpCommand command, HttpResponse response, AWSError error) AWSResponseException
(String message, HttpCommand command, HttpResponse response, AWSError error, Throwable cause) AWSResponseException
(HttpCommand command, HttpResponse response, AWSError error) AWSResponseException
(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 HttpResponseModifier and TypeMethodDescriptionvoid
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) boolean
AWSServerErrorRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) protected boolean
AWSClientErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error) protected boolean
AWSServerErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error) -
Uses of HttpResponse in org.jclouds.aws.util
Methods in org.jclouds.aws.util with parameters of type HttpResponseModifier and TypeMethodDescriptionAWSUtils.parseAWSErrorFromContent
(HttpRequest request, HttpResponse response) -
Uses of HttpResponse in org.jclouds.azure.storage
Constructors in org.jclouds.azure.storage with parameters of type HttpResponseModifierConstructorDescriptionAzureStorageResponseException
(String message, HttpCommand command, HttpResponse response, AzureStorageError error) AzureStorageResponseException
(String message, HttpCommand command, HttpResponse response, AzureStorageError error, Throwable cause) AzureStorageResponseException
(HttpCommand command, HttpResponse response, AzureStorageError error) AzureStorageResponseException
(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 HttpResponseModifier and TypeMethodDescriptionvoid
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 HttpResponseModifier and TypeMethodDescriptionAzureStorageUtils.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 HttpResponseModifier and TypeMethodDescriptionprotected void
ParseContainerPropertiesFromHeaders.addETagTo
(HttpResponse from, MutableContainerPropertiesWithMetadata metadata) ParseBlobFromHeadersAndHttpContent.apply
(HttpResponse from) ParseBlobPropertiesFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newMutableBlobProperties
object.ParseContainerPropertiesFromHeaders.apply
(HttpResponse from) ParsePublicAccessHeader.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.azureblob.handlers
Methods in org.jclouds.azureblob.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected Exception
ParseAzureBlobErrorFromXmlContent.refineException
(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message) -
Uses of HttpResponse in org.jclouds.azurecompute.arm.exceptions
Constructors in org.jclouds.azurecompute.arm.exceptions with parameters of type HttpResponseModifierConstructorDescriptionAzureComputeRateLimitExceededException
(HttpResponse response, Throwable cause) -
Uses of HttpResponse in org.jclouds.azurecompute.arm.functions
Methods in org.jclouds.azurecompute.arm.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionFalseOn204.apply
(HttpResponse from) ParseJobStatus.apply
(HttpResponse from) StatusCodeParser.apply
(HttpResponse from) URIParser.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.azurecompute.arm.handlers
Methods in org.jclouds.azurecompute.arm.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected boolean
AzureRateLimitRetryHandler.delayRequestUntilAllowed
(HttpCommand command, HttpResponse response) void
AzureComputeErrorHandler.handleError
(HttpCommand command, HttpResponse response) static boolean
AzureRateLimitRetryHandler.isRateLimitError
(HttpResponse response) protected com.google.common.base.Optional
<Long> AzureRateLimitRetryHandler.millisToNextAvailableRequest
(HttpCommand command, HttpResponse response) AzureComputeErrorHandler.parseMessage
(HttpResponse response) boolean
AzureRetryableErrorHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.b2
Constructors in org.jclouds.b2 with parameters of type HttpResponseModifierConstructorDescriptionB2ResponseException
(HttpCommand command, HttpResponse response, B2Error error) -
Uses of HttpResponse in org.jclouds.b2.filters
Methods in org.jclouds.b2.filters with parameters of type HttpResponseModifier and TypeMethodDescriptionboolean
B2RetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.b2.functions
Methods in org.jclouds.b2.functions with parameters of type HttpResponse -
Uses of HttpResponse in org.jclouds.b2.handlers
Methods in org.jclouds.b2.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ParseB2ErrorFromJsonContent.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected void
ParseSystemAndUserMetadataFromHeaders.addETagTo
(HttpResponse from, MutableBlobMetadata metadata) ParseBlobFromHeadersAndHttpContent.apply
(HttpResponse from) ParseSystemAndUserMetadataFromHeaders.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseCookbookDefinitionFromJson.apply
(HttpResponse response) ParseCookbookDefinitionListFromJson.apply
(HttpResponse response) ParseCookbookNamesFromJson.apply
(HttpResponse response) ParseCookbookVersionsFromJson.apply
(HttpResponse response) ParseErrorFromJsonOrReturnBody.apply
(HttpResponse response) ParseKeySetFromJson.apply
(HttpResponse response) ParseSearchDatabagFromJson.apply
(HttpResponse response) ParseSearchResultFromJson.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.chef.handlers
Methods in org.jclouds.chef.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ChefErrorHandler.handleError
(HttpCommand command, HttpResponse response) boolean
ChefApiErrorRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudstack.functions
Methods in org.jclouds.cloudstack.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionAsyncJob
<?> ParseAsyncJobFromHttpResponse.apply
(HttpResponse response) ParseAsyncJobsFromHttpResponse.apply
(HttpResponse response) ParseEventTypesFromHttpResponse.apply
(HttpResponse response) ParseIdToNameEntryFromHttpResponse.apply
(HttpResponse response) ParseIdToNameFromHttpResponse.apply
(HttpResponse response) ParseLoginResponseFromHttpResponse.apply
(HttpResponse response) ParseNamesFromHttpResponse.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudstack.handlers
Methods in org.jclouds.cloudstack.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
CloudStackErrorHandler.handleError
(HttpCommand command, HttpResponse response) CloudStackErrorHandler.parseMessage
(HttpResponse response) boolean
InvalidateSessionAndRetryOn401AndLogoutOnClose.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudwatch.handlers
Methods in org.jclouds.cloudwatch.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
CloudWatchErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.digitalocean2.exceptions
Constructors in org.jclouds.digitalocean2.exceptions with parameters of type HttpResponseModifierConstructorDescriptionDigitalOcean2RateLimitExceededException
(HttpResponse response, Throwable cause) -
Uses of HttpResponse in org.jclouds.digitalocean2.handlers
Methods in org.jclouds.digitalocean2.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
DigitalOcean2ErrorHandler.handleError
(HttpCommand command, HttpResponse response) protected com.google.common.base.Optional
<Long> DigitalOcean2RateLimitRetryHandler.millisToNextAvailableRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.docker.handlers
Methods in org.jclouds.docker.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
DockerErrorHandler.handleError
(HttpCommand command, HttpResponse response) DockerErrorHandler.parseMessage
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.dynect.v3.filters
Methods in org.jclouds.dynect.v3.filters with parameters of type HttpResponseModifier and TypeMethodDescriptionboolean
SessionManager.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.dynect.v3.functions
Methods in org.jclouds.dynect.v3.functions with parameters of type HttpResponseModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<RecordId> ToRecordIds.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.dynect.v3.handlers
Methods in org.jclouds.dynect.v3.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
DynECTErrorHandler.handleError
(HttpCommand command, HttpResponse response) boolean
GetJobRedirectionRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionKeyValuesDelimitedByBlankLinesToDriveInfo.apply
(HttpResponse response) KeyValuesDelimitedByBlankLinesToServerInfo.apply
(HttpResponse response) ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply
(HttpResponse response) ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply
(HttpResponse response) ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet.apply
(HttpResponse response) ReturnPayload.apply
(HttpResponse from) SplitNewlines.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.elasticstack.handlers
Methods in org.jclouds.elasticstack.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ElasticStackErrorHandler.handleError
(HttpCommand command, HttpResponse response) ElasticStackErrorHandler.parseMessage
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.glacier
Constructors in org.jclouds.glacier with parameters of type HttpResponseModifierConstructorDescriptionGlacierResponseException
(HttpCommand command, HttpResponse response, GlacierError error) -
Uses of HttpResponse in org.jclouds.glacier.functions
Methods in org.jclouds.glacier.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionGetPayloadFromHttpContent.apply
(HttpResponse from) ParseArchiveIdHeader.apply
(HttpResponse from) ParseJobIdHeader.apply
(HttpResponse from) ParseMultipartUploadIdHeader.apply
(HttpResponse from) com.google.common.hash.HashCode
ParseMultipartUploadTreeHashHeader.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.glacier.handlers
Methods in org.jclouds.glacier.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ParseGlacierErrorFromJsonContent.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.glesys.functions
Methods in org.jclouds.glesys.functions with parameters of type HttpResponseModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<OSTemplate> ParseTemplatesFromHttpResponse.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.glesys.handlers
Methods in org.jclouds.glesys.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
GleSYSErrorHandler.handleError
(HttpCommand command, HttpResponse response) GleSYSErrorHandler.parseMessage
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.gogrid
Constructors in org.jclouds.gogrid with parameters of type HttpResponseModifierConstructorDescriptionGoGridResponseException
(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 HttpResponseModifier and TypeMethodDescriptionParseCredentialsFromJsonResponse.apply
(HttpResponse input) ParseImageFromJsonResponse.apply
(HttpResponse arg0) ParseImageListFromJsonResponse.apply
(HttpResponse arg0) ParseIpListFromJsonResponse.apply
(HttpResponse arg0) ParseJobListFromJsonResponse.apply
(HttpResponse arg0) ParseLoadBalancerFromJsonResponse.apply
(HttpResponse arg0) ParseLoadBalancerListFromJsonResponse.apply
(HttpResponse arg0) ParseOptionsFromJsonResponse.apply
(HttpResponse arg0) ParseServerNameToCredentialsMapFromJsonResponse.apply
(HttpResponse arg0) -
Uses of HttpResponse in org.jclouds.gogrid.handlers
Methods in org.jclouds.gogrid.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
GoGridErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return HttpResponseModifier and TypeMethodDescriptionBucketAccessControlsApi.deleteBucketAccessControls
(String bucketName, String entity) Permanently deletes the ACL entry for the specified entity on the specified bucket.DefaultObjectAccessControlsApi.deleteDefaultObjectAccessControls
(String bucketName, String entity) Permanently deletes the DefaultObjectAcessControl entry for the specified entity on the specified bucket. -
Uses of HttpResponse in org.jclouds.googlecloudstorage.handlers
Methods in org.jclouds.googlecloudstorage.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
GoogleCloudStorageErrorHandler.handleError
(HttpCommand command, HttpResponse response) boolean
GoogleCloudStorageClientErrorRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) boolean
GoogleCloudStorageRedirectRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecloudstorage.parser
Methods in org.jclouds.googlecloudstorage.parser with parameters of type HttpResponseModifier and TypeMethodDescriptionParseToPayloadEnclosing.apply
(HttpResponse response) ParseToResumableUpload.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecomputeengine.handlers
Methods in org.jclouds.googlecomputeengine.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
GoogleComputeEngineErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.http
Fields in org.jclouds.http declared as HttpResponseMethods in org.jclouds.http that return HttpResponseModifier and TypeMethodDescriptionHttpResponse.Builder.build()
HttpResponseException.getResponse()
HttpCommandExecutorService.invoke
(HttpCommand command) Returns aHttpResponse
from the server which responded to thecommand
.Methods in org.jclouds.http with parameters of type HttpResponseModifier and TypeMethodDescriptionHttpResponse.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.Constructors in org.jclouds.http with parameters of type HttpResponseModifierConstructorDescriptionHttpResponseException
(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.apachehc
Methods in org.jclouds.http.apachehc that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
ApacheHCHttpCommandExecutorService.invoke
(org.apache.http.client.methods.HttpUriRequest nativeRequest) -
Uses of HttpResponse in org.jclouds.http.functions
Methods in org.jclouds.http.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseSax.addDetailsAndPropagate
(HttpResponse response, Exception e) ParseSax.addDetailsAndPropagate
(HttpResponse response, Exception e, String text) ParseETagHeader.apply
(HttpResponse from) ParseFirstJsonValueNamed.apply
(HttpResponse arg0) ParseJson.apply
(HttpResponse from) parses the http response body to create a new<T>
.ParseSax.apply
(HttpResponse from) ParseURIFromListOrLocationHeaderIf20x.apply
(HttpResponse from) ParseXMLWithJAXB.apply
(HttpResponse from) ReleasePayloadAndReturn.apply
(HttpResponse from) ReturnInputStream.apply
(HttpResponse from) ReturnStringIf2xx.apply
(HttpResponse from) ReturnTrueIf201.apply
(HttpResponse from) ReturnTrueIf2xx.apply
(HttpResponse from) UnwrapOnlyJsonValue.apply
(HttpResponse arg0) UnwrapOnlyJsonValueInSet.apply
(HttpResponse arg0) -
Uses of HttpResponse in org.jclouds.http.handlers
Methods in org.jclouds.http.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected boolean
RateLimitRetryHandler.delayRequestUntilAllowed
(HttpCommand command, HttpResponse response) void
CloseContentAndSetExceptionErrorHandler.handleError
(HttpCommand command, HttpResponse from) void
DelegatingErrorHandler.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.boolean
BackoffLimitedRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) boolean
DelegatingRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) boolean
RateLimitRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) boolean
RedirectionRetryHandler.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.http.internal
Methods in org.jclouds.http.internal that return HttpResponseModifier and TypeMethodDescriptionBaseHttpCommandExecutorService.invoke
(HttpCommand command) protected abstract HttpResponse
protected HttpResponse
JavaUrlHttpCommandExecutorService.invoke
(HttpURLConnection connection) -
Uses of HttpResponse in org.jclouds.http.okhttp
Methods in org.jclouds.http.okhttp that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
OkHttpCommandExecutorService.invoke
(okhttp3.Request nativeRequest) -
Uses of HttpResponse in org.jclouds.openstack.cinder.v1.handlers
Methods in org.jclouds.openstack.cinder.v1.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
CinderErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.functions
Methods in org.jclouds.openstack.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseAuthenticationResponseFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newAuthenticationResponse
object. -
Uses of HttpResponse in org.jclouds.openstack.handlers
Methods in org.jclouds.openstack.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionboolean
RetryOnRenew.shouldRetryRequest
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.keystone.auth.handlers
Methods in org.jclouds.openstack.keystone.auth.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionboolean
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 HttpResponseModifier and TypeMethodDescriptionboolean
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 HttpResponseModifier and TypeMethodDescriptionvoid
KeystoneErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.keystone.v3.parsers
Methods in org.jclouds.openstack.keystone.v3.parsers with parameters of type HttpResponse -
Uses of HttpResponse in org.jclouds.openstack.neutron.v2.handlers
Methods in org.jclouds.openstack.neutron.v2.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
NeutronErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.nova.v2_0.functions
Methods in org.jclouds.openstack.nova.v2_0.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionFieldValueResponseParsers.FieldValueResponseParser.apply
(HttpResponse response) ParseImageIdFromLocationHeader.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.nova.v2_0.functions.internal
Methods in org.jclouds.openstack.nova.v2_0.functions.internal with parameters of type HttpResponseModifier and TypeMethodDescriptionOnlyMetadataValueOrNull.apply
(HttpResponse response) ParseDiagnostics.apply
(HttpResponse response) com.google.common.collect.FluentIterable
<? extends KeyPair> ParseKeyPairs.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.nova.v2_0.handlers
Methods in org.jclouds.openstack.nova.v2_0.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
NovaErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionETagHeader.apply
(HttpResponse from) FalseOnAccepted.apply
(HttpResponse from) MetadataFromHeaders.apply
(HttpResponse from) ParseAccountFromHeaders.apply
(HttpResponse from) ParseContainerFromHeaders.apply
(HttpResponse from) ParseObjectFromResponse.apply
(HttpResponse from) ParseObjectListFromResponse.apply
(HttpResponse from) -
Uses of HttpResponse in org.jclouds.openstack.swift.v1.handlers
Methods in org.jclouds.openstack.swift.v1.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
SwiftErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.trove.v1.functions
Methods in org.jclouds.openstack.trove.v1.functions with parameters of type HttpResponseModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<String> ParseDatabaseListForUser.apply
(HttpResponse from) Parses the database list from the json responseParsePasswordFromRootedInstance.apply
(HttpResponse from) Extracts the user password from the json response -
Uses of HttpResponse in org.jclouds.openstack.trove.v1.handlers
Methods in org.jclouds.openstack.trove.v1.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
TroveErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.packet.handlers
Methods in org.jclouds.packet.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
PacketErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.profitbricks.handlers
Methods in org.jclouds.profitbricks.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ProfitBricksHttpErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.profitbricks.http
Methods in org.jclouds.profitbricks.http that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponse
ResponseStatusFromPayloadHttpCommandExecutorService.invoke
(HttpURLConnection connection) -
Uses of HttpResponse in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseDomain.apply
(HttpResponse response) ParseDomains.apply
(HttpResponse response) Job
<?> ParseJob.apply
(HttpResponse response) ParseOnlyRecord.apply
(HttpResponse response) ParseRecord.apply
(HttpResponse response) ParseRecords.apply
(HttpResponse response) ParseSubdomains.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.rackspace.cloudfiles.v1.functions
Methods in org.jclouds.rackspace.cloudfiles.v1.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseCDNContainerFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newCDNContainer
object.ParseCDNContainerURIFromHeaders.apply
(HttpResponse from) parses the http response headers to provide the CDN URI string. -
Uses of HttpResponse in org.jclouds.rackspace.cloudfiles.v1.handlers
Methods in org.jclouds.rackspace.cloudfiles.v1.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
CloudFilesErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.rackspace.cloudloadbalancers.v1.functions
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionParseAlgorithms.apply
(HttpResponse response) ParseLoadBalancer.apply
(HttpResponse arg0) ParseLoadBalancers.apply
(HttpResponse arg0) ParseMetadata.apply
(HttpResponse response) ParseNestedBoolean.apply
(HttpResponse response) ParseNestedString.apply
(HttpResponse response) ParseNode.apply
(HttpResponse response) ParseSessionPersistence.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.rackspace.cloudloadbalancers.v1.handlers
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
ParseCloudLoadBalancersErrorFromHttpResponse.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.rest
Methods in org.jclouds.rest that return HttpResponse -
Uses of HttpResponse in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return types with arguments of type HttpResponseModifier and TypeMethodDescriptioncom.google.common.base.Function
<HttpResponse, ?> TransformerForRequest.apply
(HttpRequest in) com.google.common.base.Function
<HttpResponse, ?> TransformerForRequest.getTransformerForMethod
(Invocation invocation, com.google.inject.Injector injector) -
Uses of HttpResponse in org.jclouds.route53.handlers
Methods in org.jclouds.route53.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
Route53ErrorHandler.handleError
(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected void
ParseObjectMetadataFromHeaders.addETagTo
(HttpResponse from, MutableObjectMetadata metadata) ETag == Content-MD5ETagFromHttpResponseViaRegex.apply
(HttpResponse response) ParseObjectFromHeadersAndHttpContent.apply
(HttpResponse from) ParseObjectMetadataFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newMutableObjectMetadata
object.UploadIdFromHttpResponseViaRegex.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.s3.handlers
Methods in org.jclouds.s3.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected 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.softlayer.handlers
Methods in org.jclouds.softlayer.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
SoftLayerErrorHandler.handleError
(HttpCommand command, HttpResponse response) SoftLayerErrorHandler.parseMessage
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.sqs.handlers
Methods in org.jclouds.sqs.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected Exception
ParseSQSErrorFromXmlContent.refineException
(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message) boolean
SQSErrorRetryHandler.shouldRetryRequestOnError
(HttpCommand command, HttpResponse response, AWSError error) -
Uses of HttpResponse in org.jclouds.sqs.xml
Methods in org.jclouds.sqs.xml with parameters of type HttpResponseModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<URI> RegexListQueuesResponseHandler.apply
(HttpResponse response) RegexMessageIdAndMD5Handler.apply
(HttpResponse response) RegexQueueHandler.apply
(HttpResponse response) -
Uses of HttpResponse in org.jclouds.ultradns.ws
Constructors in org.jclouds.ultradns.ws with parameters of type HttpResponseModifierConstructorDescriptionUltraDNSWSResponseException
(HttpCommand command, HttpResponse response, UltraDNSWSError error) -
Uses of HttpResponse in org.jclouds.ultradns.ws.handlers
Methods in org.jclouds.ultradns.ws.handlers with parameters of type HttpResponseModifier and TypeMethodDescriptionvoid
UltraDNSWSErrorHandler.handleError
(HttpCommand command, HttpResponse response)