public interface HttpLoader
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String url) |
byte[] |
post(String url,
String contentType,
byte[] body) |
byte[] get(String url) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionbyte[] post(String url, String contentType, byte[] body) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionCopyright © 2020. All rights reserved.