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 newBoundedSet
object.AtmosObject
ParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)
First, callsParseSystemAndUserMetadataFromHeaders
.SystemMetadata
ParseSystemMetadataFromHeaders. apply(HttpResponse from)
UserMetadata
ParseUserMetadataFromHeaders. apply(HttpResponse from)
Boolean
ReturnTrueIfGroupACLIsOtherRead. 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 void
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 HttpResponse Modifier and Type Method Description 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 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 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)
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 HttpResponse Modifier and Type Method Description 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 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 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected void
ParseContainerPropertiesFromHeaders. addETagTo(HttpResponse from, MutableContainerPropertiesWithMetadata metadata)
AzureBlob
ParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)
MutableBlobProperties
ParseBlobPropertiesFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newMutableBlobProperties
object.ContainerProperties
ParseContainerPropertiesFromHeaders. apply(HttpResponse from)
PublicAccess
ParsePublicAccessHeader. 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 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 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 Boolean
FalseOn204. apply(HttpResponse from)
ParseJobStatus.JobStatus
ParseJobStatus. apply(HttpResponse from)
String
StatusCodeParser. apply(HttpResponse from)
URI
URIParser. 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 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)
String
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 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 boolean
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 Modifier and Type Method Description B2Object
ParseB2ObjectFromResponse. 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 void
ParseB2ErrorFromJsonContent. 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 void
ParseSystemAndUserMetadataFromHeaders. addETagTo(HttpResponse from, MutableBlobMetadata metadata)
Blob
ParseBlobFromHeadersAndHttpContent. apply(HttpResponse from)
MutableBlobMetadata
ParseSystemAndUserMetadataFromHeaders. 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 CookbookDefinition
ParseCookbookDefinitionFromJson. apply(HttpResponse response)
Set<CookbookDefinition>
ParseCookbookDefinitionListFromJson. apply(HttpResponse response)
Set<String>
ParseCookbookNamesFromJson. apply(HttpResponse response)
Set<String>
ParseCookbookVersionsFromJson. apply(HttpResponse response)
String
ParseErrorFromJsonOrReturnBody. 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 void
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 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)
LoginResponse
ParseLoginResponseFromHttpResponse. 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 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.cloudwatch.handlers
Methods in org.jclouds.cloudwatch.handlers with parameters of type HttpResponse Modifier and Type Method Description void
CloudWatchErrorHandler. 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 void
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 HttpResponse Modifier and Type Method Description void
DockerErrorHandler. handleError(HttpCommand command, HttpResponse response)
String
DockerErrorHandler. 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 boolean
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 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 void
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 HttpResponse Modifier and Type Method Description DriveInfo
KeyValuesDelimitedByBlankLinesToDriveInfo. apply(HttpResponse response)
ServerInfo
KeyValuesDelimitedByBlankLinesToServerInfo. apply(HttpResponse response)
Set<DriveInfo>
ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet. apply(HttpResponse response)
Set<ServerInfo>
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet. apply(HttpResponse response)
Set<StandardDrive>
ListOfKeyValuesDelimitedByBlankLinesToStandardDriveSet. apply(HttpResponse response)
Payload
ReturnPayload. 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 void
ElasticStackErrorHandler. handleError(HttpCommand command, HttpResponse response)
String
ElasticStackErrorHandler. 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 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 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 Credentials
ParseCredentialsFromJsonResponse. apply(HttpResponse input)
ServerImage
ParseImageFromJsonResponse. apply(HttpResponse arg0)
SortedSet<ServerImage>
ParseImageListFromJsonResponse. apply(HttpResponse arg0)
SortedSet<Ip>
ParseIpListFromJsonResponse. apply(HttpResponse arg0)
SortedSet<Job>
ParseJobListFromJsonResponse. apply(HttpResponse arg0)
LoadBalancer
ParseLoadBalancerFromJsonResponse. 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 void
GoGridErrorHandler. 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 HttpResponse
BucketAccessControlsApi. deleteBucketAccessControls(String bucketName, String entity)
Permanently deletes the ACL entry for the specified entity on the specified bucket.HttpResponse
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 HttpResponse Modifier and Type Method Description void
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 HttpResponse Modifier and Type Method Description PayloadEnclosingImpl
ParseToPayloadEnclosing. apply(HttpResponse response)
ResumableUpload
ParseToResumableUpload. 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 void
GoogleComputeEngineErrorHandler. 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 HttpResponse
HttpResponseException. response
Methods in org.jclouds.http that return HttpResponse Modifier and Type Method Description HttpResponse
HttpResponse.Builder. build()
HttpResponse
HttpResponseException. getResponse()
HttpResponse
HttpCommandExecutorService. invoke(HttpCommand command)
Returns aHttpResponse
from the server which responded to thecommand
.Methods in org.jclouds.http with parameters of type HttpResponse Modifier and Type Method Description T
HttpResponse.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 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 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 HttpResponse Modifier and Type Method Description T
ParseSax. addDetailsAndPropagate(HttpResponse response, Exception e)
T
ParseSax. addDetailsAndPropagate(HttpResponse response, Exception e, String text)
String
ParseETagHeader. apply(HttpResponse from)
T
ParseFirstJsonValueNamed. apply(HttpResponse arg0)
T
ParseJson. apply(HttpResponse from)
parses the http response body to create a new<T>
.T
ParseSax. apply(HttpResponse from)
URI
ParseURIFromListOrLocationHeaderIf20x. apply(HttpResponse from)
T
ParseXMLWithJAXB. apply(HttpResponse from)
Void
ReleasePayloadAndReturn. apply(HttpResponse from)
InputStream
ReturnInputStream. apply(HttpResponse from)
String
ReturnStringIf2xx. apply(HttpResponse from)
Boolean
ReturnTrueIf201. apply(HttpResponse from)
Boolean
ReturnTrueIf2xx. apply(HttpResponse from)
T
UnwrapOnlyJsonValue. apply(HttpResponse arg0)
T
UnwrapOnlyJsonValueInSet. 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 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 HttpResponse Modifier and Type Method Description HttpResponse
BaseHttpCommandExecutorService. invoke(HttpCommand command)
protected abstract HttpResponse
BaseHttpCommandExecutorService. invoke(Q nativeRequest)
protected HttpResponse
JavaUrlHttpCommandExecutorService. 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 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 HttpResponse Modifier and Type Method Description void
CinderErrorHandler. 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 AuthenticationResponse
ParseAuthenticationResponseFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newAuthenticationResponse
object. -
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 ImageDetails
ParseImageDetailsFromHeaders. 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 void
GlanceErrorHandler. 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 boolean
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 HttpResponse Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
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 Modifier and Type Method Description Token
ParseTokenFromHttpResponse. 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 Claim
ParseClaim. apply(HttpResponse response)
Message
ParseMessage. apply(HttpResponse response)
MessagesCreated
ParseMessagesCreated. apply(HttpResponse from)
List<Message>
ParseMessagesToList. apply(HttpResponse response)
MessageStream
ParseMessagesToStream. apply(HttpResponse response)
PaginatedCollection<Queue>
ParseQueues. apply(HttpResponse response)
QueueStats
ParseQueueStats. 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 void
MarconiErrorHandler. 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 void
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 HttpResponse Modifier and Type Method Description Boolean
FieldValueResponseParsers.FieldValueResponseParser. apply(HttpResponse response)
String
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 HttpResponse Modifier and Type Method Description String
OnlyMetadataValueOrNull. 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 void
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 HttpResponse Modifier and Type Method Description String
ETagHeader. apply(HttpResponse from)
Boolean
FalseOnAccepted. apply(HttpResponse from)
Map<String,String>
MetadataFromHeaders. apply(HttpResponse from)
Account
ParseAccountFromHeaders. apply(HttpResponse from)
Container
ParseContainerFromHeaders. apply(HttpResponse from)
SwiftObject
ParseObjectFromResponse. apply(HttpResponse from)
ObjectList
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 HttpResponse Modifier and Type Method Description void
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 HttpResponse Modifier and Type Method Description com.google.common.collect.FluentIterable<String>
ParseDatabaseListForUser. apply(HttpResponse from)
Parses the database list from the json responseString
ParsePasswordFromRootedInstance. 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 void
TroveErrorHandler. 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 void
PacketErrorHandler. 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 void
ProfitBricksHttpErrorHandler. 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 HttpResponse
ResponseStatusFromPayloadHttpCommandExecutorService. 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 LaunchConfiguration
ParseGroupLaunchConfigurationResponse. apply(HttpResponse from)
Parses the launch configuration from the responseGroup
ParseGroupResponse. apply(HttpResponse from)
Parses the Group from the responsecom.google.common.collect.FluentIterable<ScalingPolicy>
ParseScalingPoliciesResponse. apply(HttpResponse from)
Parse a list of scaling policy responsesScalingPolicy
ParseScalingPolicyResponse. 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 void
AutoscaleErrorHandler. 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 Domain
ParseDomain. apply(HttpResponse response)
PaginatedCollection<Domain>
ParseDomains. apply(HttpResponse response)
Job<?>
ParseJob. apply(HttpResponse response)
RecordDetail
ParseOnlyRecord. apply(HttpResponse response)
RecordDetail
ParseRecord. 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 CDNContainer
ParseCDNContainerFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newCDNContainer
object.URI
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 HttpResponse Modifier and Type Method Description void
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 HttpResponse Modifier and Type Method Description List<String>
ParseAlgorithms. apply(HttpResponse response)
LoadBalancer
ParseLoadBalancer. apply(HttpResponse arg0)
IterableWithMarker<LoadBalancer>
ParseLoadBalancers. apply(HttpResponse arg0)
Metadata
ParseMetadata. apply(HttpResponse response)
Boolean
ParseNestedBoolean. apply(HttpResponse response)
String
ParseNestedString. apply(HttpResponse response)
Node
ParseNode. apply(HttpResponse response)
SessionPersistence
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 HttpResponse Modifier and Type Method Description void
ParseCloudLoadBalancersErrorFromHttpResponse. 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 HttpResponse
HttpClient. 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 void
Route53ErrorHandler. 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 void
ParseObjectMetadataFromHeaders. addETagTo(HttpResponse from, MutableObjectMetadata metadata)
ETag == Content-MD5String
ETagFromHttpResponseViaRegex. apply(HttpResponse response)
S3Object
ParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)
MutableObjectMetadata
ParseObjectMetadataFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newMutableObjectMetadata
object.String
UploadIdFromHttpResponseViaRegex. 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 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 HttpResponse Modifier and Type Method Description void
SoftLayerErrorHandler. handleError(HttpCommand command, HttpResponse response)
String
SoftLayerErrorHandler. 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 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 HttpResponse Modifier and Type Method Description com.google.common.collect.FluentIterable<URI>
RegexListQueuesResponseHandler. apply(HttpResponse response)
MessageIdAndMD5
RegexMessageIdAndMD5Handler. apply(HttpResponse response)
URI
RegexQueueHandler. 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 void
UltraDNSWSErrorHandler. handleError(HttpCommand command, HttpResponse response)
-