Uses of Class
org.jclouds.http.HttpResponse
-
-
Uses of HttpResponse in org.jclouds.atmos
Constructors in org.jclouds.atmos with parameters of type HttpResponse Constructor Description AtmosResponseException(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 HttpResponse Modifier and Type Method Description BoundedSet<DirectoryEntry>ParseDirectoryListFromContentAndHeaders. apply(HttpResponse from)parses the http response headers to create a newBoundedSetobject.AtmosObjectParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)First, callsParseSystemAndUserMetadataFromHeaders.SystemMetadataParseSystemMetadataFromHeaders. apply(HttpResponse from)UserMetadataParseUserMetadataFromHeaders. apply(HttpResponse from)BooleanReturnTrueIfGroupACLIsOtherRead. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.atmos.handlers
Methods in org.jclouds.atmos.handlers with parameters of type HttpResponse Modifier and Type Method Description voidParseAtmosErrorFromXmlContent. handleError(HttpCommand command, HttpResponse response)booleanAtmosClientErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanAtmosServerErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type HttpResponse Modifier and Type Method Description AtmosErrorAtmosUtils. parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)AtmosErrorAtmosUtils. parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, String content) -
Uses of HttpResponse in org.jclouds.aws
Constructors in org.jclouds.aws with parameters of type HttpResponse Constructor Description AWSResponseException(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 HttpResponse Modifier and Type Method Description voidParseAWSErrorFromXmlContent. handleError(HttpCommand command, HttpResponse response)protected ExceptionParseAWSErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)booleanAWSClientErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanAWSServerErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)protected booleanAWSClientErrorRetryHandler. shouldRetryRequestOnError(HttpCommand command, HttpResponse response, AWSError error)protected booleanAWSServerErrorRetryHandler. 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 HttpResponse Modifier and Type Method Description AWSErrorAWSUtils. parseAWSErrorFromContent(HttpRequest request, HttpResponse response) -
Uses of HttpResponse in org.jclouds.azure.storage
Constructors in org.jclouds.azure.storage with parameters of type HttpResponse Constructor Description AzureStorageResponseException(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 HttpResponse Modifier and Type Method Description voidParseAzureStorageErrorFromXmlContent. handleError(HttpCommand command, HttpResponse response)protected ExceptionParseAzureStorageErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)booleanAzureStorageClientErrorRetryHandler. 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 Modifier and Type Method Description AzureStorageErrorAzureStorageUtils. 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 Modifier and Type Method Description protected voidParseContainerPropertiesFromHeaders. addETagTo(HttpResponse from, MutableContainerPropertiesWithMetadata metadata)AzureBlobParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)MutableBlobPropertiesParseBlobPropertiesFromHeaders. apply(HttpResponse from)parses the http response headers to create a newMutableBlobPropertiesobject.ContainerPropertiesParseContainerPropertiesFromHeaders. apply(HttpResponse from)PublicAccessParsePublicAccessHeader. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.azureblob.handlers
Methods in org.jclouds.azureblob.handlers with parameters of type HttpResponse Modifier and Type Method Description protected ExceptionParseAzureBlobErrorFromXmlContent. 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 HttpResponse Constructor Description AzureComputeRateLimitExceededException(HttpResponse response)AzureComputeRateLimitExceededException(HttpResponse response, Throwable cause) -
Uses of HttpResponse in org.jclouds.azurecompute.arm.functions
Methods in org.jclouds.azurecompute.arm.functions with parameters of type HttpResponse Modifier and Type Method Description BooleanFalseOn204. apply(HttpResponse from)ParseJobStatus.JobStatusParseJobStatus. apply(HttpResponse from)StringStatusCodeParser. apply(HttpResponse from)URIURIParser. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.azurecompute.arm.handlers
Methods in org.jclouds.azurecompute.arm.handlers with parameters of type HttpResponse Modifier and Type Method Description protected booleanAzureRateLimitRetryHandler. delayRequestUntilAllowed(HttpCommand command, HttpResponse response)voidAzureComputeErrorHandler. handleError(HttpCommand command, HttpResponse response)static booleanAzureRateLimitRetryHandler. isRateLimitError(HttpResponse response)protected com.google.common.base.Optional<Long>AzureRateLimitRetryHandler. millisToNextAvailableRequest(HttpCommand command, HttpResponse response)StringAzureComputeErrorHandler. parseMessage(HttpResponse response)booleanAzureRetryableErrorHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.b2
Constructors in org.jclouds.b2 with parameters of type HttpResponse Constructor Description B2ResponseException(HttpCommand command, HttpResponse response, B2Error error) -
Uses of HttpResponse in org.jclouds.b2.filters
Methods in org.jclouds.b2.filters with parameters of type HttpResponse Modifier and Type Method Description booleanB2RetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.b2.functions
Methods in org.jclouds.b2.functions with parameters of type HttpResponse Modifier and Type Method Description B2ObjectParseB2ObjectFromResponse. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.b2.handlers
Methods in org.jclouds.b2.handlers with parameters of type HttpResponse Modifier and Type Method Description voidParseB2ErrorFromJsonContent. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.blobstore.functions
Methods in org.jclouds.blobstore.functions with parameters of type HttpResponse Modifier and Type Method Description protected voidParseSystemAndUserMetadataFromHeaders. addETagTo(HttpResponse from, MutableBlobMetadata metadata)BlobParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)MutableBlobMetadataParseSystemAndUserMetadataFromHeaders. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions with parameters of type HttpResponse Modifier and Type Method Description CookbookDefinitionParseCookbookDefinitionFromJson. apply(HttpResponse response)Set<CookbookDefinition>ParseCookbookDefinitionListFromJson. apply(HttpResponse response)Set<String>ParseCookbookNamesFromJson. apply(HttpResponse response)Set<String>ParseCookbookVersionsFromJson. apply(HttpResponse response)StringParseErrorFromJsonOrReturnBody. apply(HttpResponse response)Set<String>ParseKeySetFromJson. apply(HttpResponse response)SearchResult<DatabagItem>ParseSearchDatabagFromJson. apply(HttpResponse response)SearchResult<T>ParseSearchResultFromJson. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.chef.handlers
Methods in org.jclouds.chef.handlers with parameters of type HttpResponse Modifier and Type Method Description voidChefErrorHandler. handleError(HttpCommand command, HttpResponse response)booleanChefApiErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudstack.functions
Methods in org.jclouds.cloudstack.functions with parameters of type HttpResponse Modifier and Type Method Description AsyncJob<?>ParseAsyncJobFromHttpResponse. apply(HttpResponse response)Set<AsyncJob<?>>ParseAsyncJobsFromHttpResponse. apply(HttpResponse response)Set<String>ParseEventTypesFromHttpResponse. apply(HttpResponse response)Map.Entry<String,String>ParseIdToNameEntryFromHttpResponse. apply(HttpResponse response)Map<String,String>ParseIdToNameFromHttpResponse. apply(HttpResponse response)LoginResponseParseLoginResponseFromHttpResponse. apply(HttpResponse response)Set<String>ParseNamesFromHttpResponse. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudstack.handlers
Methods in org.jclouds.cloudstack.handlers with parameters of type HttpResponse Modifier and Type Method Description voidCloudStackErrorHandler. handleError(HttpCommand command, HttpResponse response)StringCloudStackErrorHandler. parseMessage(HttpResponse response)booleanInvalidateSessionAndRetryOn401AndLogoutOnClose. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.cloudwatch.handlers
Methods in org.jclouds.cloudwatch.handlers with parameters of type HttpResponse Modifier and Type Method Description voidCloudWatchErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.digitalocean2.exceptions
Constructors in org.jclouds.digitalocean2.exceptions with parameters of type HttpResponse Constructor Description DigitalOcean2RateLimitExceededException(HttpResponse response)DigitalOcean2RateLimitExceededException(HttpResponse response, Throwable cause) -
Uses of HttpResponse in org.jclouds.digitalocean2.handlers
Methods in org.jclouds.digitalocean2.handlers with parameters of type HttpResponse Modifier and Type Method Description voidDigitalOcean2ErrorHandler. 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 HttpResponse Modifier and Type Method Description voidDockerErrorHandler. handleError(HttpCommand command, HttpResponse response)StringDockerErrorHandler. parseMessage(HttpResponse response) -
Uses of HttpResponse in org.jclouds.dynect.v3.filters
Methods in org.jclouds.dynect.v3.filters with parameters of type HttpResponse Modifier and Type Method Description booleanSessionManager. 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 HttpResponse Modifier and Type Method Description com.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 HttpResponse Modifier and Type Method Description voidDynECTErrorHandler. handleError(HttpCommand command, HttpResponse response)booleanGetJobRedirectionRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions with parameters of type HttpResponse Modifier and Type Method Description DriveInfoKeyValuesDelimitedByBlankLinesToDriveInfo. apply(HttpResponse response)ServerInfoKeyValuesDelimitedByBlankLinesToServerInfo. apply(HttpResponse response)Set<DriveInfo>ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet. apply(HttpResponse response)Set<ServerInfo>ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet. apply(HttpResponse response)Set<StandardDrive>ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet. apply(HttpResponse response)PayloadReturnPayload. apply(HttpResponse from)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 Modifier and Type Method Description voidElasticStackErrorHandler. handleError(HttpCommand command, HttpResponse response)StringElasticStackErrorHandler. parseMessage(HttpResponse response) -
Uses of HttpResponse in org.jclouds.glesys.functions
Methods in org.jclouds.glesys.functions with parameters of type HttpResponse Modifier and Type Method Description com.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 HttpResponse Modifier and Type Method Description voidGleSYSErrorHandler. handleError(HttpCommand command, HttpResponse response)StringGleSYSErrorHandler. parseMessage(HttpResponse response) -
Uses of HttpResponse in org.jclouds.gogrid
Constructors in org.jclouds.gogrid with parameters of type HttpResponse Constructor Description 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 Modifier and Type Method Description CredentialsParseCredentialsFromJsonResponse. apply(HttpResponse input)ServerImageParseImageFromJsonResponse. apply(HttpResponse arg0)SortedSet<ServerImage>ParseImageListFromJsonResponse. apply(HttpResponse arg0)SortedSet<Ip>ParseIpListFromJsonResponse. apply(HttpResponse arg0)SortedSet<Job>ParseJobListFromJsonResponse. apply(HttpResponse arg0)LoadBalancerParseLoadBalancerFromJsonResponse. apply(HttpResponse arg0)SortedSet<LoadBalancer>ParseLoadBalancerListFromJsonResponse. apply(HttpResponse arg0)SortedSet<Option>ParseOptionsFromJsonResponse. 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 Modifier and Type Method Description voidGoGridErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return HttpResponse Modifier and Type Method Description HttpResponseBucketAccessControlsApi. deleteBucketAccessControls(String bucketName, String entity)Permanently deletes the ACL entry for the specified entity on the specified bucket.HttpResponseDefaultObjectAccessControlsApi. 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 HttpResponse Modifier and Type Method Description voidGoogleCloudStorageErrorHandler. handleError(HttpCommand command, HttpResponse response)booleanGoogleCloudStorageClientErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)booleanGoogleCloudStorageRedirectRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecloudstorage.parser
Methods in org.jclouds.googlecloudstorage.parser with parameters of type HttpResponse Modifier and Type Method Description PayloadEnclosingImplParseToPayloadEnclosing. apply(HttpResponse response)ResumableUploadParseToResumableUpload. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.googlecomputeengine.handlers
Methods in org.jclouds.googlecomputeengine.handlers with parameters of type HttpResponse Modifier and Type Method Description voidGoogleComputeEngineErrorHandler. handleError(HttpCommand command, HttpResponse response) -
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.apachehc
Methods in org.jclouds.http.apachehc that return HttpResponse Modifier and Type Method Description protected HttpResponseApacheHCHttpCommandExecutorService. 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 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.http.okhttp
Methods in org.jclouds.http.okhttp that return HttpResponse Modifier and Type Method Description protected HttpResponseOkHttpCommandExecutorService. 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 HttpResponse Modifier and Type Method Description voidCinderErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.functions
Methods in org.jclouds.openstack.functions with parameters of type HttpResponse Modifier and Type Method Description AuthenticationResponseParseAuthenticationResponseFromHeaders. apply(HttpResponse from)parses the http response headers to create a newAuthenticationResponseobject. -
Uses of HttpResponse in org.jclouds.openstack.glance.v1_0.functions
Methods in org.jclouds.openstack.glance.v1_0.functions with parameters of type HttpResponse Modifier and Type Method Description ImageDetailsParseImageDetailsFromHeaders. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.openstack.glance.v1_0.handlers
Methods in org.jclouds.openstack.glance.v1_0.handlers with parameters of type HttpResponse Modifier and Type Method Description voidGlanceErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.handlers
Methods in org.jclouds.openstack.handlers with parameters of type HttpResponse Modifier and Type Method Description booleanRetryOnRenew. 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 HttpResponse Modifier and Type Method Description booleanRetryOnRenew. 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 Modifier and Type Method Description booleanRetryOnRenew. 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 Modifier and Type Method Description voidKeystoneErrorHandler. 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 Modifier and Type Method Description TokenParseTokenFromHttpResponse. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.marconi.v1.functions
Methods in org.jclouds.openstack.marconi.v1.functions with parameters of type HttpResponse Modifier and Type Method Description ClaimParseClaim. apply(HttpResponse response)MessageParseMessage. apply(HttpResponse response)MessagesCreatedParseMessagesCreated. apply(HttpResponse from)List<Message>ParseMessagesToList. apply(HttpResponse response)MessageStreamParseMessagesToStream. apply(HttpResponse response)PaginatedCollection<Queue>ParseQueues. apply(HttpResponse response)QueueStatsParseQueueStats. apply(HttpResponse from) -
Uses of HttpResponse in org.jclouds.openstack.marconi.v1.handlers
Methods in org.jclouds.openstack.marconi.v1.handlers with parameters of type HttpResponse Modifier and Type Method Description voidMarconiErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.openstack.neutron.v2.handlers
Methods in org.jclouds.openstack.neutron.v2.handlers with parameters of type HttpResponse Modifier and Type Method Description voidNeutronErrorHandler. 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 HttpResponse Modifier and Type Method Description BooleanFieldValueResponseParsers.FieldValueResponseParser. apply(HttpResponse response)StringParseImageIdFromLocationHeader. 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 HttpResponse Modifier and Type Method Description StringOnlyMetadataValueOrNull. apply(HttpResponse response)com.google.common.base.Optional<Map<String,String>>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 HttpResponse Modifier and Type Method Description voidNovaErrorHandler. 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 HttpResponse Modifier and Type Method Description StringETagHeader. apply(HttpResponse from)BooleanFalseOnAccepted. apply(HttpResponse from)Map<String,String>MetadataFromHeaders. apply(HttpResponse from)AccountParseAccountFromHeaders. apply(HttpResponse from)ContainerParseContainerFromHeaders. apply(HttpResponse from)SwiftObjectParseObjectFromResponse. apply(HttpResponse from)ObjectListParseObjectListFromResponse. 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 HttpResponse Modifier and Type Method Description voidSwiftErrorHandler. 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 HttpResponse Modifier and Type Method Description com.google.common.collect.FluentIterable<String>ParseDatabaseListForUser. apply(HttpResponse from)Parses the database list from the json responseStringParsePasswordFromRootedInstance. 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 HttpResponse Modifier and Type Method Description voidTroveErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.packet.handlers
Methods in org.jclouds.packet.handlers with parameters of type HttpResponse Modifier and Type Method Description voidPacketErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.profitbricks.handlers
Methods in org.jclouds.profitbricks.handlers with parameters of type HttpResponse Modifier and Type Method Description voidProfitBricksHttpErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.profitbricks.http
Methods in org.jclouds.profitbricks.http that return HttpResponse Modifier and Type Method Description protected HttpResponseResponseStatusFromPayloadHttpCommandExecutorService. invoke(HttpURLConnection connection) -
Uses of HttpResponse in org.jclouds.rackspace.autoscale.v1.functions
Methods in org.jclouds.rackspace.autoscale.v1.functions with parameters of type HttpResponse Modifier and Type Method Description LaunchConfigurationParseGroupLaunchConfigurationResponse. apply(HttpResponse from)Parses the launch configuration from the responseGroupParseGroupResponse. apply(HttpResponse from)Parses the Group from the responsecom.google.common.collect.FluentIterable<ScalingPolicy>ParseScalingPoliciesResponse. apply(HttpResponse from)Parse a list of scaling policy responsesScalingPolicyParseScalingPolicyResponse. apply(HttpResponse from)Parse a single scaling policy response -
Uses of HttpResponse in org.jclouds.rackspace.autoscale.v1.handlers
Methods in org.jclouds.rackspace.autoscale.v1.handlers with parameters of type HttpResponse Modifier and Type Method Description voidAutoscaleErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.rackspace.clouddns.v1.functions
Methods in org.jclouds.rackspace.clouddns.v1.functions with parameters of type HttpResponse Modifier and Type Method Description DomainParseDomain. apply(HttpResponse response)PaginatedCollection<Domain>ParseDomains. apply(HttpResponse response)Job<?>ParseJob. apply(HttpResponse response)RecordDetailParseOnlyRecord. apply(HttpResponse response)RecordDetailParseRecord. apply(HttpResponse response)PaginatedCollection<RecordDetail>ParseRecords. apply(HttpResponse response)PaginatedCollection<Subdomain>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 HttpResponse Modifier and Type Method Description CDNContainerParseCDNContainerFromHeaders. apply(HttpResponse from)parses the http response headers to create a newCDNContainerobject.URIParseCDNContainerURIFromHeaders. 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 HttpResponse Modifier and Type Method Description voidCloudFilesErrorHandler. 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 HttpResponse Modifier and Type Method Description List<String>ParseAlgorithms. apply(HttpResponse response)LoadBalancerParseLoadBalancer. apply(HttpResponse arg0)IterableWithMarker<LoadBalancer>ParseLoadBalancers. apply(HttpResponse arg0)MetadataParseMetadata. apply(HttpResponse response)BooleanParseNestedBoolean. apply(HttpResponse response)StringParseNestedString. apply(HttpResponse response)NodeParseNode. apply(HttpResponse response)SessionPersistenceParseSessionPersistence. 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 HttpResponse Modifier and Type Method Description voidParseCloudLoadBalancersErrorFromHttpResponse. handleError(HttpCommand command, HttpResponse response) -
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) -
Uses of HttpResponse in org.jclouds.route53.handlers
Methods in org.jclouds.route53.handlers with parameters of type HttpResponse Modifier and Type Method Description voidRoute53ErrorHandler. handleError(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.s3.functions
Methods in org.jclouds.s3.functions with parameters of type HttpResponse Modifier and Type Method Description protected voidParseObjectMetadataFromHeaders. addETagTo(HttpResponse from, MutableObjectMetadata metadata)ETag == Content-MD5StringETagFromHttpResponseViaRegex. apply(HttpResponse response)S3ObjectParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)MutableObjectMetadataParseObjectMetadataFromHeaders. apply(HttpResponse from)parses the http response headers to create a newMutableObjectMetadataobject.StringUploadIdFromHttpResponseViaRegex. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.s3.handlers
Methods in org.jclouds.s3.handlers with parameters of type HttpResponse Modifier and Type Method Description protected ExceptionParseS3ErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)booleanS3RedirectionRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response) -
Uses of HttpResponse in org.jclouds.softlayer.handlers
Methods in org.jclouds.softlayer.handlers with parameters of type HttpResponse Modifier and Type Method Description voidSoftLayerErrorHandler. handleError(HttpCommand command, HttpResponse response)StringSoftLayerErrorHandler. parseMessage(HttpResponse response) -
Uses of HttpResponse in org.jclouds.sqs.handlers
Methods in org.jclouds.sqs.handlers with parameters of type HttpResponse Modifier and Type Method Description protected ExceptionParseSQSErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AWSError error, String message)booleanSQSErrorRetryHandler. 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 HttpResponse Modifier and Type Method Description com.google.common.collect.FluentIterable<URI>RegexListQueuesResponseHandler. apply(HttpResponse response)MessageIdAndMD5RegexMessageIdAndMD5Handler. apply(HttpResponse response)URIRegexQueueHandler. apply(HttpResponse response) -
Uses of HttpResponse in org.jclouds.ultradns.ws
Constructors in org.jclouds.ultradns.ws with parameters of type HttpResponse Constructor Description UltraDNSWSResponseException(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 HttpResponse Modifier and Type Method Description voidUltraDNSWSErrorHandler. handleError(HttpCommand command, HttpResponse response)
-