@Singleton public class DelegatingErrorHandler extends Object implements HttpErrorHandler
HttpErrorHandlers who are annotated according to the
 response codes they relate to.NOOP| Modifier and Type | Method and Description | 
|---|---|
HttpErrorHandler | 
getClientErrorHandler()  | 
HttpErrorHandler | 
getRedirectionHandler()  | 
HttpErrorHandler | 
getServerErrorHandler()  | 
void | 
handleError(HttpCommand command,
           HttpResponse response)  | 
public void handleError(HttpCommand command, HttpResponse response)
handleError in interface HttpErrorHandlerpublic HttpErrorHandler getRedirectionHandler()
public HttpErrorHandler getClientErrorHandler()
public HttpErrorHandler getServerErrorHandler()
Copyright © 2009-2013 jclouds. All Rights Reserved.