Uses of Class
com.ibm.rational.rpe.common.utils.ConnectionArguments

Packages that use ConnectionArguments
com.ibm.rational.rpe.common.utils   
 

Uses of ConnectionArguments in com.ibm.rational.rpe.common.utils
 

Fields in com.ibm.rational.rpe.common.utils declared as ConnectionArguments
static ConnectionArguments ConnectionArguments.DEFAULT
          An instance of ConenctionArguments with the most typical headers predefined.
 

Methods in com.ibm.rational.rpe.common.utils with parameters of type ConnectionArguments
 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 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
 java.io.InputStream URLDataProvider.openDataStream(java.lang.String url, Credential credential, ConnectionArguments connectionArgs)
          Returns a stream to the desired resource with no caching.