Package org.jclouds.http
Interface HttpErrorHandler
-
- All Known Implementing Classes:
AutoscaleErrorHandler
,AzureComputeErrorHandler
,ChefErrorHandler
,CinderErrorHandler
,CloseContentAndSetExceptionErrorHandler
,CloudFilesErrorHandler
,CloudStackErrorHandler
,CloudWatchErrorHandler
,DelegatingErrorHandler
,DigitalOcean2ErrorHandler
,DockerErrorHandler
,DynECTErrorHandler
,ElasticStackErrorHandler
,GlanceErrorHandler
,GleSYSErrorHandler
,GoGridErrorHandler
,GoogleCloudStorageErrorHandler
,GoogleComputeEngineErrorHandler
,KeystoneErrorHandler
,MarconiErrorHandler
,NeutronErrorHandler
,NovaErrorHandler
,PacketErrorHandler
,ParseAtmosErrorFromXmlContent
,ParseAWSErrorFromXmlContent
,ParseAzureBlobErrorFromXmlContent
,ParseAzureStorageErrorFromXmlContent
,ParseB2ErrorFromJsonContent
,ParseCloudLoadBalancersErrorFromHttpResponse
,ParseS3ErrorFromXmlContent
,ParseSQSErrorFromXmlContent
,ProfitBricksHttpErrorHandler
,Route53ErrorHandler
,SoftLayerErrorHandler
,SwiftErrorHandler
,TroveErrorHandler
,UltraDNSWSErrorHandler
public interface HttpErrorHandler
Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpErrorHandler
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(HttpCommand command, HttpResponse response)
-
-
-
Field Detail
-
NOOP
static final HttpErrorHandler NOOP
-
-
Method Detail
-
handleError
void handleError(HttpCommand command, HttpResponse response)
-
-