Uses of Interface
org.jclouds.http.HttpErrorHandler

Packages that use HttpErrorHandler
org.jclouds.atmos.handlers   
org.jclouds.aws.handlers This package contains HttpResponseHandlers needed to operate the REST api. 
org.jclouds.azure.storage.handlers   
org.jclouds.azureblob.handlers   
org.jclouds.cloudloadbalancers.handlers   
org.jclouds.cloudservers.handlers   
org.jclouds.cloudsigma.handlers   
org.jclouds.cloudstack.handlers   
org.jclouds.deltacloud.handlers   
org.jclouds.elasticstack.handlers   
org.jclouds.glesys.handlers   
org.jclouds.gogrid.handlers   
org.jclouds.http   
org.jclouds.http.handlers   
org.jclouds.openstack.nova.handlers   
org.jclouds.openstack.nova.v1_1.handlers   
org.jclouds.openstack.swift.handlers   
org.jclouds.s3.handlers   
org.jclouds.savvis.vpdc.handlers   
org.jclouds.slicehost.handlers   
org.jclouds.softlayer.handlers   
org.jclouds.trmk.vcloud_0_8.handlers   
org.jclouds.vcloud.handlers   
 

Uses of HttpErrorHandler in org.jclouds.atmos.handlers
 

Classes in org.jclouds.atmos.handlers that implement HttpErrorHandler
 class ParseAtmosErrorFromXmlContent
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.aws.handlers
 

Classes in org.jclouds.aws.handlers that implement HttpErrorHandler
 class ParseAWSErrorFromXmlContent
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.azure.storage.handlers
 

Classes in org.jclouds.azure.storage.handlers that implement HttpErrorHandler
 class ParseAzureStorageErrorFromXmlContent
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.azureblob.handlers
 

Classes in org.jclouds.azureblob.handlers that implement HttpErrorHandler
 class ParseAzureBlobErrorFromXmlContent
           
 

Uses of HttpErrorHandler in org.jclouds.cloudloadbalancers.handlers
 

Classes in org.jclouds.cloudloadbalancers.handlers that implement HttpErrorHandler
 class ParseCloudLoadBalancersErrorFromHttpResponse
           
 

Uses of HttpErrorHandler in org.jclouds.cloudservers.handlers
 

Classes in org.jclouds.cloudservers.handlers that implement HttpErrorHandler
 class ParseCloudServersErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.cloudsigma.handlers
 

Classes in org.jclouds.cloudsigma.handlers that implement HttpErrorHandler
 class CloudSigmaErrorHandler
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.cloudstack.handlers
 

Classes in org.jclouds.cloudstack.handlers that implement HttpErrorHandler
 class CloudStackErrorHandler
           
 

Uses of HttpErrorHandler in org.jclouds.deltacloud.handlers
 

Classes in org.jclouds.deltacloud.handlers that implement HttpErrorHandler
 class DeltacloudErrorHandler
           
 

Uses of HttpErrorHandler in org.jclouds.elasticstack.handlers
 

Classes in org.jclouds.elasticstack.handlers that implement HttpErrorHandler
 class ElasticStackErrorHandler
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.glesys.handlers
 

Classes in org.jclouds.glesys.handlers that implement HttpErrorHandler
 class GleSYSErrorHandler
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.gogrid.handlers
 

Classes in org.jclouds.gogrid.handlers that implement HttpErrorHandler
 class GoGridErrorHandler
           
 

Uses of HttpErrorHandler in org.jclouds.http
 

Fields in org.jclouds.http declared as HttpErrorHandler
static HttpErrorHandler HttpErrorHandler.NOOP
           
 

Uses of HttpErrorHandler in org.jclouds.http.handlers
 

Classes in org.jclouds.http.handlers that implement HttpErrorHandler
 class CloseContentAndSetExceptionErrorHandler
           
 class DelegatingErrorHandler
          Delegates to HttpErrorHandlers who are annotated according to the response codes they relate to.
 

Methods in org.jclouds.http.handlers that return HttpErrorHandler
 HttpErrorHandler DelegatingErrorHandler.getClientErrorHandler()
           
 HttpErrorHandler DelegatingErrorHandler.getRedirectionHandler()
           
 HttpErrorHandler DelegatingErrorHandler.getServerErrorHandler()
           
 

Uses of HttpErrorHandler in org.jclouds.openstack.nova.handlers
 

Classes in org.jclouds.openstack.nova.handlers that implement HttpErrorHandler
 class ParseNovaErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.openstack.nova.v1_1.handlers
 

Classes in org.jclouds.openstack.nova.v1_1.handlers that implement HttpErrorHandler
 class NovaErrorHandler
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.openstack.swift.handlers
 

Classes in org.jclouds.openstack.swift.handlers that implement HttpErrorHandler
 class ParseSwiftErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.s3.handlers
 

Classes in org.jclouds.s3.handlers that implement HttpErrorHandler
 class ParseS3ErrorFromXmlContent
           
 

Uses of HttpErrorHandler in org.jclouds.savvis.vpdc.handlers
 

Classes in org.jclouds.savvis.vpdc.handlers that implement HttpErrorHandler
 class VPDCErrorHandler
           
 

Uses of HttpErrorHandler in org.jclouds.slicehost.handlers
 

Classes in org.jclouds.slicehost.handlers that implement HttpErrorHandler
 class ParseSlicehostErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.softlayer.handlers
 

Classes in org.jclouds.softlayer.handlers that implement HttpErrorHandler
 class SoftLayerErrorHandler
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.trmk.vcloud_0_8.handlers
 

Classes in org.jclouds.trmk.vcloud_0_8.handlers that implement HttpErrorHandler
 class ParseTerremarkVCloudErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 

Uses of HttpErrorHandler in org.jclouds.vcloud.handlers
 

Classes in org.jclouds.vcloud.handlers that implement HttpErrorHandler
 class ParseVCloudErrorFromHttpResponse
          This will parse and set an appropriate exception on the command object.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.