All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
Optional<String> |
sendGet(String endpoint,
Map<String,String> params) |
Optional<String> |
sendPost(byte[] bytes,
String endpoint,
Map<String,String> params) |
Optional<String> |
sendPost(File file,
String endpoint,
Map<String,String> params) |
Optional<String> |
sendPost(String body,
String endpoint) |
void |
sendPostAsync(byte[] bytes,
String endpoint,
Map<String,String> params) |
void |
sendPostAsync(File file,
String endpoint,
Map<String,String> params) |
void |
sendPostAsync(Object payload,
String endpoint) |
void |
sendPostAsync(String body,
String endpoint) |