|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConnectionException | |
|---|---|
| com.ibm.rational.rpe.common.utils | |
| Uses of ConnectionException in com.ibm.rational.rpe.common.utils |
|---|
| Methods in com.ibm.rational.rpe.common.utils that throw ConnectionException | |
|---|---|
java.lang.String |
URLDataProvider.cacheResource(java.lang.String url,
Credential credential)
Returns the path to a cached copy of the resource identified by the URL with the default connection parameters. |
java.lang.String |
URLDataProvider.cacheResource(java.lang.String url,
Credential credential,
ConnectionArguments connectionArgs)
Returns the path to a cached copy of the resource referred by the URL with ConnectionArguments ConnectionArguments. |
static java.io.InputStream |
URLDataProvider.doNone(java.lang.String url,
ConnectionArguments connectionArgs)
Downloads the content from the specified URL in the given path with the provided connection arguments |
static java.lang.String |
URLDataProvider.downloadFile(java.net.URL url)
Downloads the file from the URL specified and returns the local path where it was download to |
static void |
URLDataProvider.downloadFile(java.net.URL url,
java.lang.String localPath,
ConnectionArguments connectionArgs)
Downloads the content from the specified URL in the given path with the provided connection arguments |
boolean |
URLDataProvider.isCached(java.lang.String url)
Returns true if the URL is already cached locally |
java.io.InputStream |
URLDataProvider.openDataStream(java.lang.String url,
Credential credential)
Returns a stream to the desired resource with no caching. |
java.io.InputStream |
URLDataProvider.openDataStream(java.lang.String url,
Credential credential,
ConnectionArguments connectionArgs)
Returns a stream to the desired resource with no caching. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||