| Class | Description |
|---|---|
| FailResponseHandler<T> |
An default response handler that doesn't handle the response but throws the most appropriate Exception, based on the response status code.
|
| StringResponseHandler |
A simple
HttpResponseHandler that returns the response body as a String using the charset given in the content-type if there is any or
falling back to a default charset otherwise. |
| TrivialResponseHandler<T> |
A simple
HttpResponseHandler that always return the same response. |