public abstract class AbstractHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
protected kong.unirest.HttpResponse<String> |
delete(String uri) |
protected kong.unirest.HttpResponse<String> |
delete(String uri,
Object body,
QueryParams params) |
protected kong.unirest.HttpResponse<String> |
delete(String uri,
QueryParams params) |
protected kong.unirest.HttpResponse<String> |
get(String uri) |
protected kong.unirest.HttpResponse<String> |
get(String uri,
QueryParams params) |
protected kong.unirest.HttpResponse<String> |
patch(String uri,
Object body) |
protected kong.unirest.HttpResponse<String> |
patch(String uri,
Object body,
QueryParams params) |
protected kong.unirest.HttpResponse<String> |
post(String uri,
Object body) |
protected kong.unirest.HttpResponse<String> |
post(String uri,
Object body,
QueryParams params) |
protected kong.unirest.HttpResponse<String> |
postWithoutBody(String uri,
QueryParams params) |
protected void |
validateResponse(kong.unirest.HttpResponse<String> response) |
protected kong.unirest.HttpResponse<String> get(String uri) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> get(String uri, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> postWithoutBody(String uri, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> post(String uri, Object body) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> post(String uri, Object body, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> patch(String uri, Object body) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> patch(String uri, Object body, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> delete(String uri) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> delete(String uri, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected kong.unirest.HttpResponse<String> delete(String uri, Object body, QueryParams params) throws IOException, MollieException
IOExceptionMollieExceptionprotected void validateResponse(kong.unirest.HttpResponse<String> response) throws IOException, MollieException
IOExceptionMollieExceptionCopyright © 2020. All rights reserved.