T - The type of the expected response.public final class FailResponseHandler<T>
extends java.lang.Object
implements org.dmfs.httpessentials.client.HttpResponseHandler<T>
getInstance() to get an instance.| Constructor and Description |
|---|
FailResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
static <V> org.dmfs.httpessentials.client.HttpResponseHandler<V> |
getInstance() |
T |
handleResponse(org.dmfs.httpessentials.client.HttpResponse response) |
public static <V> org.dmfs.httpessentials.client.HttpResponseHandler<V> getInstance()
public T handleResponse(org.dmfs.httpessentials.client.HttpResponse response) throws java.io.IOException, org.dmfs.httpessentials.exceptions.ProtocolException
handleResponse in interface org.dmfs.httpessentials.client.HttpResponseHandler<T>java.io.IOExceptionorg.dmfs.httpessentials.exceptions.ProtocolException