Package org.jclouds.http
Interface HttpErrorHandler
-
- All Known Implementing Classes:
CloseContentAndSetExceptionErrorHandler,DelegatingErrorHandler
public interface HttpErrorHandlerResponsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpErrorHandlerNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleError(HttpCommand command, HttpResponse response)
-
-
-
Field Detail
-
NOOP
static final HttpErrorHandler NOOP
-
-
Method Detail
-
handleError
void handleError(HttpCommand command, HttpResponse response)
-
-