public interface XblResponseHandler<R> extends JsonHttpResponseHandler<R>
| Modifier and Type | Method and Description |
|---|---|
default R |
handle(net.lenni0451.commons.httpclient.HttpResponse response) |
default void |
handleError(net.lenni0451.commons.httpclient.HttpResponse response,
net.lenni0451.commons.gson.elements.GsonObject json) |
handledefault R handle(net.lenni0451.commons.httpclient.HttpResponse response) throws java.io.IOException
handle in interface net.lenni0451.commons.httpclient.handler.HttpResponseHandler<R>handle in interface JsonHttpResponseHandler<R>java.io.IOExceptiondefault void handleError(net.lenni0451.commons.httpclient.HttpResponse response,
net.lenni0451.commons.gson.elements.GsonObject json)
throws java.io.IOException
handleError in interface JsonHttpResponseHandler<R>java.io.IOException