public class ExternalLoaderHttp extends Object implements HttpLoader
| Constructor and Description |
|---|
ExternalLoaderHttp() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String url) |
byte[] |
post(String url,
String contentType,
byte[] body) |
public byte[] get(String url) throws MalformedURLException, IOException
get in interface HttpLoaderMalformedURLExceptionIOExceptionpublic byte[] post(String url, String contentType, byte[] body) throws MalformedURLException, IOException
post in interface HttpLoaderMalformedURLExceptionIOExceptionCopyright © 2020. All rights reserved.