Uses of Class
net.proxy.sunproxy.InternetProxyInfo

Packages that use InternetProxyInfo
net.proxy.sunproxy   
 

Uses of InternetProxyInfo in net.proxy.sunproxy
 

Methods in net.proxy.sunproxy that return InternetProxyInfo
 InternetProxyInfo WinInternetProxy.getBrowserInfo()
          Return all of the available information about the internet proxy addresses.
 InternetProxyInfo InternetProxy.getBrowserInfo()
          This implementation is platform-dependent
 InternetProxyInfo InternetProxy.getDefaultInfo()
          Default implementation does a lookup from configuration file or from browser settings.
 

Methods in net.proxy.sunproxy with parameters of type InternetProxyInfo
static void NSPreferences.parseFile(java.io.File file, InternetProxyInfo info, float version)
          Extract the proxy information from the specified "prefs.js" JavaScript file ("preferences.js" on Unix) and return an InternetProxyInfo object that contains whatever information was found.