| java.lang.Object com.izforge.izpack.installer.WebAccessor
WebAccessor | public class WebAccessor (Code) | | Dialogs for password authentication and firewall specification, when needed, during web
installation.
author: Chadwick McHenry author: Vladimir Ralev version: 1.0 |
Constructor Summary | |
public | WebAccessor() Not yet Implemented: placeholder for headless installs. | public | WebAccessor(Component parent) Create a WebAccessor that prompts for proxies and passwords using a JDialog. |
WebAccessor | public WebAccessor(Component parent)(Code) | | Create a WebAccessor that prompts for proxies and passwords using a JDialog.
Parameters: parent - determines the frame in which the dialog is displayed; if the parentComponenthas no Frame, a default Frame is used |
getContentLength | public int getContentLength()(Code) | | |
openInputStream | public InputStream openInputStream(URL url)(Code) | | Opens a URL connection and returns it's InputStream for the specified URL.
Parameters: url - the url to open the stream to. an input stream ready to read, or null on failure |
|
|