| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CookiePolicy | |
|---|---|
| java.net | Provides the classes for implementing networking applications. | 
| Uses of CookiePolicy in java.net | 
|---|
| Fields in java.net declared as CookiePolicy | |
|---|---|
| static CookiePolicy | CookiePolicy.ACCEPT_ALLOne pre-defined policy which accepts all cookies. | 
| static CookiePolicy | CookiePolicy.ACCEPT_NONEOne pre-defined policy which accepts no cookies. | 
| static CookiePolicy | CookiePolicy.ACCEPT_ORIGINAL_SERVEROne pre-defined policy which only accepts cookies from original server. | 
| Methods in java.net with parameters of type CookiePolicy | |
|---|---|
|  void | CookieManager.setCookiePolicy(CookiePolicy cookiePolicy)To set the cookie policy of this cookie manager. | 
| Constructors in java.net with parameters of type CookiePolicy | |
|---|---|
| CookieManager(CookieStore store,
              CookiePolicy cookiePolicy)Create a new cookie manager with specified cookie store and cookie policy. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.