Java™ Platform
Standard Ed. 6

Uses of Interface
java.net.CookieStore

Packages that use CookieStore
java.net Provides the classes for implementing networking applications. 
 

Uses of CookieStore in java.net
 

Methods in java.net that return CookieStore
 CookieStore CookieManager.getCookieStore()
          To retrieve current cookie store.
 

Constructors in java.net with parameters of type CookieStore
CookieManager(CookieStore store, CookiePolicy cookiePolicy)
          Create a new cookie manager with specified cookie store and cookie policy.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.