Uses of Class
org.jclouds.http.HttpCommand
-
-
Uses of HttpCommand in org.jclouds.atmos
Constructors in org.jclouds.atmos with parameters of type HttpCommand 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 HttpCommand in org.jclouds.atmos.handlers
Methods in org.jclouds.atmos.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.atmos.util
Methods in org.jclouds.atmos.util with parameters of type HttpCommand 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 HttpCommand in org.jclouds.aws
Constructors in org.jclouds.aws with parameters of type HttpCommand 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 HttpCommand in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type HttpCommand Modifier and Type Method Description boolean
AWSEC2IOExceptionRetryHandler. shouldRetryRequest(HttpCommand command, IOException error)
-
Uses of HttpCommand in org.jclouds.aws.handlers
Methods in org.jclouds.aws.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.azure.storage
Constructors in org.jclouds.azure.storage with parameters of type HttpCommand 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 HttpCommand in org.jclouds.azure.storage.handlers
Methods in org.jclouds.azure.storage.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.azure.storage.util
Methods in org.jclouds.azure.storage.util with parameters of type HttpCommand Modifier and Type Method Description AzureStorageError
AzureStorageUtils. parseAzureStorageErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
-
Uses of HttpCommand in org.jclouds.azureblob.handlers
Methods in org.jclouds.azureblob.handlers with parameters of type HttpCommand Modifier and Type Method Description protected Exception
ParseAzureBlobErrorFromXmlContent. refineException(HttpCommand command, HttpResponse response, Exception exception, AzureStorageError error, String message)
-
Uses of HttpCommand in org.jclouds.azurecompute.arm.handlers
Methods in org.jclouds.azurecompute.arm.handlers with parameters of type HttpCommand Modifier and Type Method Description protected boolean
AzureRateLimitRetryHandler. delayRequestUntilAllowed(HttpCommand command, HttpResponse response)
void
AzureComputeErrorHandler. handleError(HttpCommand command, HttpResponse response)
protected com.google.common.base.Optional<Long>
AzureRateLimitRetryHandler. millisToNextAvailableRequest(HttpCommand command, HttpResponse response)
boolean
AzureRetryableErrorHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.b2
Constructors in org.jclouds.b2 with parameters of type HttpCommand Constructor Description B2ResponseException(HttpCommand command, HttpResponse response, B2Error error)
-
Uses of HttpCommand in org.jclouds.b2.filters
Methods in org.jclouds.b2.filters with parameters of type HttpCommand Modifier and Type Method Description boolean
B2RetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.b2.handlers
Methods in org.jclouds.b2.handlers with parameters of type HttpCommand Modifier and Type Method Description void
ParseB2ErrorFromJsonContent. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.chef.handlers
Methods in org.jclouds.chef.handlers with parameters of type HttpCommand Modifier and Type Method Description void
ChefErrorHandler. handleError(HttpCommand command, HttpResponse response)
boolean
ChefApiErrorRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.cloudstack.handlers
Methods in org.jclouds.cloudstack.handlers with parameters of type HttpCommand Modifier and Type Method Description void
CloudStackErrorHandler. handleError(HttpCommand command, HttpResponse response)
boolean
InvalidateSessionAndRetryOn401AndLogoutOnClose. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.cloudwatch.handlers
Methods in org.jclouds.cloudwatch.handlers with parameters of type HttpCommand Modifier and Type Method Description void
CloudWatchErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.digitalocean2.handlers
Methods in org.jclouds.digitalocean2.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.docker.handlers
Methods in org.jclouds.docker.handlers with parameters of type HttpCommand Modifier and Type Method Description void
DockerErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.dynect.v3.filters
Methods in org.jclouds.dynect.v3.filters with parameters of type HttpCommand Modifier and Type Method Description boolean
SessionManager. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.dynect.v3.handlers
Methods in org.jclouds.dynect.v3.handlers with parameters of type HttpCommand Modifier and Type Method Description void
DynECTErrorHandler. handleError(HttpCommand command, HttpResponse response)
boolean
GetJobRedirectionRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.elasticstack.handlers
Methods in org.jclouds.elasticstack.handlers with parameters of type HttpCommand Modifier and Type Method Description void
ElasticStackErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.glesys.handlers
Methods in org.jclouds.glesys.handlers with parameters of type HttpCommand Modifier and Type Method Description void
GleSYSErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.gogrid
Constructors in org.jclouds.gogrid with parameters of type HttpCommand Constructor Description GoGridResponseException(HttpCommand command, HttpResponse response, Set<ErrorResponse> errors)
-
Uses of HttpCommand in org.jclouds.gogrid.handlers
Methods in org.jclouds.gogrid.handlers with parameters of type HttpCommand Modifier and Type Method Description void
GoGridErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.googlecloudstorage.handlers
Methods in org.jclouds.googlecloudstorage.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.googlecomputeengine.handlers
Methods in org.jclouds.googlecomputeengine.handlers with parameters of type HttpCommand Modifier and Type Method Description void
GoogleComputeEngineErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.http
Fields in org.jclouds.http declared as HttpCommand Modifier and Type Field Description protected HttpCommand
HttpResponseException. command
Methods in org.jclouds.http that return HttpCommand Modifier and Type Method Description HttpCommand
HttpResponseException. getCommand()
Methods in org.jclouds.http with parameters of type HttpCommand Modifier and Type Method Description void
HttpErrorHandler. handleError(HttpCommand command, HttpResponse response)
HttpResponse
HttpCommandExecutorService. invoke(HttpCommand command)
Returns aHttpResponse
from the server which responded to thecommand
.boolean
HttpRetryHandler. shouldRetryRequest(HttpCommand command, HttpResponse response)
Return true if the command should be retried.boolean
IOExceptionRetryHandler. shouldRetryRequest(HttpCommand command, IOException error)
Constructors in org.jclouds.http with parameters of type HttpCommand 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 HttpCommand in org.jclouds.http.handlers
Methods in org.jclouds.http.handlers with parameters of type HttpCommand 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, IOException error)
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 HttpCommand in org.jclouds.http.internal
Methods in org.jclouds.http.internal with parameters of type HttpCommand Modifier and Type Method Description HttpResponse
BaseHttpCommandExecutorService. invoke(HttpCommand command)
-
Uses of HttpCommand in org.jclouds.openstack.cinder.v1.handlers
Methods in org.jclouds.openstack.cinder.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
CinderErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.glance.v1_0.handlers
Methods in org.jclouds.openstack.glance.v1_0.handlers with parameters of type HttpCommand Modifier and Type Method Description void
GlanceErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.handlers
Methods in org.jclouds.openstack.handlers with parameters of type HttpCommand Modifier and Type Method Description boolean
RetryOnRenew. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.keystone.auth.handlers
Methods in org.jclouds.openstack.keystone.auth.handlers with parameters of type HttpCommand Modifier and Type Method Description boolean
RetryOnRenew. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.keystone.v1_1.handlers
Methods in org.jclouds.openstack.keystone.v1_1.handlers with parameters of type HttpCommand Modifier and Type Method Description boolean
RetryOnRenew. shouldRetryRequest(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.keystone.v2_0.handlers
Methods in org.jclouds.openstack.keystone.v2_0.handlers with parameters of type HttpCommand Modifier and Type Method Description void
KeystoneErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.marconi.v1.handlers
Methods in org.jclouds.openstack.marconi.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
MarconiErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.neutron.v2.handlers
Methods in org.jclouds.openstack.neutron.v2.handlers with parameters of type HttpCommand Modifier and Type Method Description void
NeutronErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.nova.v2_0.handlers
Methods in org.jclouds.openstack.nova.v2_0.handlers with parameters of type HttpCommand Modifier and Type Method Description void
NovaErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.swift.v1.handlers
Methods in org.jclouds.openstack.swift.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
SwiftErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.openstack.trove.v1.handlers
Methods in org.jclouds.openstack.trove.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
TroveErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.packet.handlers
Methods in org.jclouds.packet.handlers with parameters of type HttpCommand Modifier and Type Method Description void
PacketErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.profitbricks.handlers
Methods in org.jclouds.profitbricks.handlers with parameters of type HttpCommand Modifier and Type Method Description void
ProfitBricksHttpErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.rackspace.autoscale.v1.handlers
Methods in org.jclouds.rackspace.autoscale.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
AutoscaleErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.rackspace.cloudfiles.v1.handlers
Methods in org.jclouds.rackspace.cloudfiles.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
CloudFilesErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.rackspace.cloudloadbalancers.v1.handlers
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.handlers with parameters of type HttpCommand Modifier and Type Method Description void
ParseCloudLoadBalancersErrorFromHttpResponse. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.route53.handlers
Methods in org.jclouds.route53.handlers with parameters of type HttpCommand Modifier and Type Method Description void
Route53ErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.s3.handlers
Methods in org.jclouds.s3.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.softlayer.handlers
Methods in org.jclouds.softlayer.handlers with parameters of type HttpCommand Modifier and Type Method Description void
SoftLayerErrorHandler. handleError(HttpCommand command, HttpResponse response)
-
Uses of HttpCommand in org.jclouds.sqs.handlers
Methods in org.jclouds.sqs.handlers with parameters of type HttpCommand 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 HttpCommand in org.jclouds.ultradns.ws
Constructors in org.jclouds.ultradns.ws with parameters of type HttpCommand Constructor Description UltraDNSWSResponseException(HttpCommand command, HttpResponse response, UltraDNSWSError error)
-
Uses of HttpCommand in org.jclouds.ultradns.ws.handlers
Methods in org.jclouds.ultradns.ws.handlers with parameters of type HttpCommand Modifier and Type Method Description void
UltraDNSWSErrorHandler. handleError(HttpCommand command, HttpResponse response)
-