Uses of Class
ice.net.CookieManager

Packages that use CookieManager
ice.net   
 

Uses of CookieManager in ice.net
 

Fields in ice.net declared as CookieManager
protected  CookieManager HttpURLConnection.cookieManager
           
 

Methods in ice.net that return CookieManager
 CookieManager HttpURLConnectionSettings.getCookieManager()
          Returns the CookieManager of this HttpConnectionSettings object.
static CookieManager HttpURLConnection.getCookieManager()
          Deprecated. Replaced by HttpURLConnection.getGlobalCookieManager().
static CookieManager HttpURLConnection.getGlobalCookieManager()
          Returns the global CookieManager, if one is present.
 CookieManager HttpURLConnection.getInstanceCookieManager()
          Returns this HttpURLConnection's CookieManager.
 

Methods in ice.net with parameters of type CookieManager
 void HttpURLConnectionSettings.setCookieManager(CookieManager cookieManager)
           
static void HttpURLConnection.setCookieManager(CookieManager cookieManager)
          Deprecated. Replaced by HttpURLConnection.setGlobalCookieManager(CookieManager).
static void HttpURLConnection.setGlobalCookieManager(CookieManager cookieManager)
          Sets the global CookieManager to the specified cookieManager.
 void HttpURLConnection.setInstanceCookieManager(CookieManager cookieManager)
          Sets the CookieManager for this HttpURLConnection to the specified cookieManager.