|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HttpCommand in org.jclouds.atmos |
---|
Constructors in org.jclouds.atmos with parameters of type HttpCommand | |
---|---|
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error)
|
|
AtmosResponseException(HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause)
|
|
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error)
|
|
AtmosResponseException(String message,
HttpCommand command,
HttpResponse response,
AtmosError error,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.atmos.handlers |
---|
Methods in org.jclouds.atmos.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseAtmosErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response)
|
boolean |
AtmosClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.atmos.util |
---|
Methods in org.jclouds.atmos.util with parameters of type HttpCommand | |
---|---|
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 | |
---|---|
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error)
|
|
AWSResponseException(HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause)
|
|
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error)
|
|
AWSResponseException(String message,
HttpCommand command,
HttpResponse response,
AWSError error,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.aws.handlers |
---|
Methods in org.jclouds.aws.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseAWSErrorFromXmlContent.handleError(HttpCommand command,
HttpResponse response)
|
protected Exception |
ParseAWSErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message)
|
boolean |
AWSRedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
AWSClientErrorRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.azure.storage |
---|
Constructors in org.jclouds.azure.storage with parameters of type HttpCommand | |
---|---|
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error)
|
|
AzureStorageResponseException(HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause)
|
|
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error)
|
|
AzureStorageResponseException(String message,
HttpCommand command,
HttpResponse response,
AzureStorageError error,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.azure.storage.handlers |
---|
Methods in org.jclouds.azure.storage.handlers with parameters of type HttpCommand | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected Exception |
ParseAzureBlobErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AzureStorageError error,
String message)
|
Uses of HttpCommand in org.jclouds.cloudloadbalancers.handlers |
---|
Methods in org.jclouds.cloudloadbalancers.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseCloudLoadBalancersErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.cloudservers.handlers |
---|
Methods in org.jclouds.cloudservers.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseCloudServersErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.cloudsigma.handlers |
---|
Methods in org.jclouds.cloudsigma.handlers with parameters of type HttpCommand | |
---|---|
void |
CloudSigmaErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.deltacloud.handlers |
---|
Methods in org.jclouds.deltacloud.handlers with parameters of type HttpCommand | |
---|---|
void |
DeltacloudErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
boolean |
DeltacloudRedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.elasticstack.handlers |
---|
Methods in org.jclouds.elasticstack.handlers with parameters of type HttpCommand | |
---|---|
void |
ElasticStackErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.gae |
---|
Methods in org.jclouds.gae with parameters of type HttpCommand | |
---|---|
com.google.common.util.concurrent.ListenableFuture<HttpResponse> |
AsyncGaeHttpCommandExecutorService.submit(HttpCommand command)
|
Uses of HttpCommand in org.jclouds.gogrid |
---|
Constructors in org.jclouds.gogrid with parameters of type HttpCommand | |
---|---|
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 | |
---|---|
void |
GoGridErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.gogrid.mock |
---|
Classes in org.jclouds.gogrid.mock that implement HttpCommand | |
---|---|
class |
HttpCommandMock
|
Uses of HttpCommand in org.jclouds.http |
---|
Subinterfaces of HttpCommand in org.jclouds.http | |
---|---|
interface |
TransformingHttpCommand<T>
Command that utilizes RESTFul apis and extracts T from the HttpResponse. |
Classes in org.jclouds.http that implement HttpCommand | |
---|---|
class |
TransformingHttpCommandImpl<T>
Executor which will invoke and transform the response of an EndpointCommand into generic
type |
Fields in org.jclouds.http declared as HttpCommand | |
---|---|
protected HttpCommand |
HttpResponseException.command
|
Methods in org.jclouds.http that return HttpCommand | |
---|---|
HttpCommand |
HttpCommandRendezvous.getCommand()
|
HttpCommand |
HttpResponseException.getCommand()
|
Methods in org.jclouds.http with parameters of type HttpCommand | ||
---|---|---|
void |
HttpErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
|
boolean |
HttpRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
Return true if the command should be retried. |
|
boolean |
IOExceptionRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error)
|
|
Future<HttpResponse> |
HttpCommandExecutorService.submit(HttpCommand command)
Asks the command to build a request relevant for an endpoint that produces responses of generic type HttpResponse . |
|
|
TransformingHttpCommandExecutorService.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via Future.get() . |
|
|
TransformingHttpCommandExecutorServiceImpl.submit(HttpCommand command,
com.google.common.base.Function<HttpResponse,T> responseTransformer)
Submits the command and transforms the result before requested via Future.get() . |
Constructors in org.jclouds.http with parameters of type HttpCommand | |
---|---|
HttpCommandRendezvous(HttpCommand command,
SynchronousQueue rendezvous,
Future<T> future)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
String content)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
String content,
Throwable cause)
|
|
HttpResponseException(HttpCommand command,
HttpResponse response,
Throwable cause)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
String content,
Throwable cause)
|
|
HttpResponseException(String message,
HttpCommand command,
HttpResponse response,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.http.handlers |
---|
Methods in org.jclouds.http.handlers with parameters of type HttpCommand | |
---|---|
void |
DelegatingErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
void |
CloseContentAndSetExceptionErrorHandler.handleError(HttpCommand command,
HttpResponse from)
|
boolean |
RedirectionRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
DelegatingRetryHandler.shouldRetryRequest(HttpCommand command,
HttpResponse response)
|
boolean |
BackoffLimitedRetryHandler.shouldRetryRequest(HttpCommand command,
IOException error)
|
Uses of HttpCommand in org.jclouds.http.internal |
---|
Methods in org.jclouds.http.internal with parameters of type HttpCommand | |
---|---|
Future<HttpResponse> |
BaseHttpCommandExecutorService.submit(HttpCommand command)
|
Constructors in org.jclouds.http.internal with parameters of type HttpCommand | |
---|---|
BaseHttpCommandExecutorService.HttpResponseCallable(HttpCommand command)
|
Uses of HttpCommand in org.jclouds.openstack.nova.handlers |
---|
Methods in org.jclouds.openstack.nova.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseNovaErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.openstack.swift.handlers |
---|
Methods in org.jclouds.openstack.swift.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseSwiftErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.s3.handlers |
---|
Methods in org.jclouds.s3.handlers with parameters of type HttpCommand | |
---|---|
protected Exception |
ParseS3ErrorFromXmlContent.refineException(HttpCommand command,
HttpResponse response,
Exception exception,
AWSError error,
String message)
|
Uses of HttpCommand in org.jclouds.savvis.vpdc.handlers |
---|
Methods in org.jclouds.savvis.vpdc.handlers with parameters of type HttpCommand | |
---|---|
void |
VPDCErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.slicehost.handlers |
---|
Methods in org.jclouds.slicehost.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseSlicehostErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.softlayer.handlers |
---|
Methods in org.jclouds.softlayer.handlers with parameters of type HttpCommand | |
---|---|
void |
SoftLayerErrorHandler.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.trmk.vcloud_0_8 |
---|
Constructors in org.jclouds.trmk.vcloud_0_8 with parameters of type HttpCommand | |
---|---|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error)
|
|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause)
|
|
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error)
|
|
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.trmk.vcloud_0_8.handlers |
---|
Methods in org.jclouds.trmk.vcloud_0_8.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseTerremarkVCloudErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
Uses of HttpCommand in org.jclouds.vcloud |
---|
Constructors in org.jclouds.vcloud with parameters of type HttpCommand | |
---|---|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error)
|
|
VCloudResponseException(HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause)
|
|
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error)
|
|
VCloudResponseException(String message,
HttpCommand command,
HttpResponse response,
VCloudError error,
Throwable cause)
|
Uses of HttpCommand in org.jclouds.vcloud.handlers |
---|
Methods in org.jclouds.vcloud.handlers with parameters of type HttpCommand | |
---|---|
void |
ParseVCloudErrorFromHttpResponse.handleError(HttpCommand command,
HttpResponse response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |