org.jclouds.http
Interface HttpErrorHandler

All Known Implementing Classes:
CloseContentAndSetExceptionErrorHandler, DelegatingErrorHandler

public interface HttpErrorHandler

Responsible for setting an exception on the command relevant to the unrecoverable error in the HttpResponse.

Author:
Adrian Cole

Field Summary
static HttpErrorHandler NOOP
           
 
Method Summary
 void handleError(HttpCommand command, HttpResponse response)
           
 

Field Detail

NOOP

static final HttpErrorHandler NOOP
Method Detail

handleError

void handleError(HttpCommand command,
                 HttpResponse response)


Copyright © 2009-2012 jclouds. All Rights Reserved.