public interface IAdvancedResourceRetriever extends IResourceRetriever
| Modifier and Type | Method and Description |
|---|---|
InputStream |
get(URL url,
byte[] request,
Map<String,String> headers)
Gets the
InputStream with the data from a provided URL by instantiating an HTTP connection to the URL. |
getByteArrayByUrl, getInputStreamByUrlInputStream get(URL url, byte[] request, Map<String,String> headers) throws IOException
InputStream with the data from a provided URL by instantiating an HTTP connection to the URL.url - the source URLrequest - data to send to the URLheaders - HTTP headers to set for the outgoing connectionIOException - if any input/output issue occursCopyright © 1998–2026 Apryse Group NV. All rights reserved.