Uses of Interface
osdep.proxy.IProxyAuthenticationSource

Packages that use IProxyAuthenticationSource
osdep   
osdep.cache   
osdep.console   
osdep.proxy   
 

Uses of IProxyAuthenticationSource in osdep
 

Constructors in osdep with parameters of type IProxyAuthenticationSource
WebDownloader(IProxySource proxySource, IProxyAuthenticationSource authenticationSource, IConfigurationChooser externalConfigurationChooser, ISiteChooser siteChooser, IDownloadListener listener, ISystemProperties systemProperties)
          Constructor for WebDownloader
 

Uses of IProxyAuthenticationSource in osdep.cache
 

Classes in osdep.cache that implement IProxyAuthenticationSource
 class CacheProxyAuthenticationSource
          It happens that the user id and passwords are checked more than once in this library.
 

Constructors in osdep.cache with parameters of type IProxyAuthenticationSource
CacheProxyAuthenticationSource(IProxyAuthenticationSource source)
           
 

Uses of IProxyAuthenticationSource in osdep.console
 

Classes in osdep.console that implement IProxyAuthenticationSource
 class ConsoleProxyAuthenticationSource
          Requests the proxy authentication parameters to the user through the console
 

Uses of IProxyAuthenticationSource in osdep.proxy
 

Constructors in osdep.proxy with parameters of type IProxyAuthenticationSource
ProxyAuthenticationHandler(IProxySource proxySource, IProxyAuthenticationSource authenticationSource)