@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 HttpErrorHandler
public HttpErrorHandler getRedirectionHandler()
public HttpErrorHandler getClientErrorHandler()
public HttpErrorHandler getServerErrorHandler()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.