public class ThrowingResponseHandler extends java.lang.Object implements HttpResponseHandler<HttpResponse>
| Constructor and Description |
|---|
ThrowingResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
handle(HttpResponse response)
Handle the response and return the result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentitypublic HttpResponse handle(@Nonnull HttpResponse response) throws java.io.IOException
HttpResponseHandlerhandle in interface HttpResponseHandler<HttpResponse>response - The response to handlejava.io.IOException - If an I/O error occurs