public class UrlOperationsImpl extends Object implements UrlOperations
| Constructor and Description |
|---|
UrlOperationsImpl() |
| 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.
|
public InputStream openStream(URL url, Proxy proxy) throws IOException
UrlOperationsopenStream in interface UrlOperationsurl - the URL objectproxy - the the Proxy through which this connection will be madeIOException - if an I/O exception occursCopyright © 2021. All rights reserved.