public interface UrlOperations
| Modifier and Type | Method and Description |
|---|---|
InputStream |
openStream(URL url,
Proxy proxy)
Opens a connection to the specified URL and returns an input stream for reading from that connection.
|
InputStream openStream(URL url, Proxy proxy) throws IOException
url - the URL objectproxy - the the Proxy through which this connection will be madeIOException - if an I/O exception occursCopyright © 2019. All rights reserved.