Uses of Class
ice.net.proxy.ProxyManager

Packages that use ProxyManager
ice.net   
 

Uses of ProxyManager in ice.net
 

Methods in ice.net that return ProxyManager
static ProxyManager HttpURLConnection.getGlobalProxyManager()
          Returns the global ProxyManager, if one is present.
 ProxyManager HttpURLConnection.getInstanceProxyManager()
          Returns this HttpURLConnection's ProxyManager.
static ProxyManager HttpURLConnection.getProxyManager()
          Deprecated. Replaced by HttpURLConnection.getGlobalProxyManager().
 

Methods in ice.net with parameters of type ProxyManager
static void HttpURLConnection.setGlobalProxyManager(ProxyManager proxyManager)
          Sets the global ProxyManager to the specified proxyManager.
 void HttpURLConnection.setInstanceProxyManager(ProxyManager proxyManager)
          Sets the ProxyManager for this HttpURLConnection to the specified proxyManager.
static void HttpURLConnection.setProxyManager(ProxyManager proxyManager)
          Deprecated. Replaced by HttpURLConnection.setGlobalProxyManager(ProxyManager).