public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
sendDeleteRequest(String url,
String json) |
HttpResponse |
sendGetRequest(String url) |
HttpResponse |
sendPatchRequest(String url,
String json) |
HttpResponse |
sendPostRequest(String url,
String json) |
HttpResponse |
sendPutRequest(String url,
String json) |
HttpResponse sendGetRequest(String url) throws Exception
ExceptionHttpResponse sendPostRequest(String url, String json) throws Exception
ExceptionHttpResponse sendPutRequest(String url, String json) throws Exception
ExceptionHttpResponse sendPatchRequest(String url, String json) throws Exception
ExceptionHttpResponse sendDeleteRequest(String url, String json) throws Exception
ExceptionCopyright © 2021 SeMI Technologies B.V.. All rights reserved.