Package | Description |
---|---|
icy.network |
Contains network tools and related objects (download / upload operation, IRC...)
|
icy.preferences |
Contains all Preference definition classes
|
icy.util |
Contains common utilities classes (String, XLS, XML, ZIP, JAR, OME, Graphics, Date, Shape, Class...)
|
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
NetworkUtil.getInputStream(java.net.URL url,
AuthenticationInfo auth,
boolean disableCache,
boolean displayError)
Returns a new
InputStream from specified URL (null if an error occurred). |
static java.net.URLConnection |
NetworkUtil.openConnection(java.net.URL url,
AuthenticationInfo auth,
boolean disableCache,
boolean displayError)
Returns a new
URLConnection from specified URL (null if an error occurred). |
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
RepositoryPreferences.RepositoryInfo.getAuthenticationInfo() |
Modifier and Type | Method and Description |
---|---|
static org.w3c.dom.Document |
XMLUtil.loadDocument(java.lang.String path,
AuthenticationInfo auth,
boolean showError)
Load XML Document from specified path with specified authentication.
|
static org.w3c.dom.Document |
XMLUtil.loadDocument(java.net.URL url,
AuthenticationInfo auth,
boolean showError)
Load XML Document from specified URL with authentication informations.
|