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.


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-2014 The Apache Software Foundation. All Rights Reserved.