Uses of Interface
org.jclouds.http.HttpErrorHandler
-
Packages that use HttpErrorHandler Package Description org.jclouds.http org.jclouds.http.handlers -
-
Uses of HttpErrorHandler in org.jclouds.http
Fields in org.jclouds.http declared as HttpErrorHandler Modifier and Type Field Description static HttpErrorHandlerHttpErrorHandler. NOOP -
Uses of HttpErrorHandler in org.jclouds.http.handlers
Classes in org.jclouds.http.handlers that implement HttpErrorHandler Modifier and Type Class Description classCloseContentAndSetExceptionErrorHandlerclassDelegatingErrorHandlerDelegates toHttpErrorHandlerswho are annotated according to the response codes they relate to.Methods in org.jclouds.http.handlers that return HttpErrorHandler Modifier and Type Method Description HttpErrorHandlerDelegatingErrorHandler. getClientErrorHandler()HttpErrorHandlerDelegatingErrorHandler. getRedirectionHandler()HttpErrorHandlerDelegatingErrorHandler. getServerErrorHandler()
-