| public interface java.net CookiePolicy
|
Java SE 6 |
See RFC 2965 sec. 3.3 & 7 for more detail.
| version | %I%, %E% |
| since | 1.6 |
| Fields | |
|---|---|
| final public static CookiePolicy | ACCEPT_ALL One pre-defined policy which accepts all cookies. |
| final public static CookiePolicy | ACCEPT_NONE One pre-defined policy which accepts no cookies. |
| final public static CookiePolicy | ACCEPT_ORIGINAL_SERVER One pre-defined policy which only accepts cookies from original server. |
| Methods | |||||||
|---|---|---|---|---|---|---|---|
| public boolean | shouldAccept(URI uri, HttpCookie cookie) Details
Will be called to see whether or not this cookie should be accepted.
| ||||||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|