All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
<C> C |
call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method) |
<C> C |
call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
Map<String,? extends Object> parameters) |
<C> C |
call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
Map<String,? extends Object> parameters,
String body) |
<C> C |
call(Class<C> clz,
String path,
HTTPCall.HTTPMETHOD method,
String body) |
protected HttpURLConnection |
getConnection(String path,
String urlParameters,
HTTPCall.HTTPMETHOD method,
String body) |
protected HttpURLConnection |
getConnection(URL url,
HTTPCall.HTTPMETHOD method,
String body) |
protected <C> AvailableInAnotherContextException |
getElementAvailableInAnotherContextException(Class<C> clz) |
protected <C> NotFoundException |
getElementNotFoundException(Class<C> clz) |
protected String |
getParametersDataString(Map<String,? extends Object> parameters) |
protected StringBuilder |
getStringBuilder(InputStream inputStream) |
protected URL |
getURL(String urlString) |
protected URL |
getURL(String address,
String path,
String urlParameters) |