public class DefaultNetworkProcessor extends Object implements NetworkProcessor
| Constructor and Description |
|---|
DefaultNetworkProcessor() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetch(URL url)
Fetches the resource with the given URL and creates a stream containing
the resource contents.
|
public InputStream fetch(URL url) throws IOException
NetworkProcessorfetch in interface NetworkProcessorurl - Resource URL.IOException - when the stream cannot be obtained for any reasonCopyright © 2018. All rights reserved.