public class ExternalLoaderHttpNio extends Object implements HttpLoader
| Constructor and Description |
|---|
ExternalLoaderHttpNio() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(String urlName) |
byte[] |
post(String url,
String contentType,
byte[] body) |
public byte[] get(String urlName) 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.