Changed Classes
|
AbstractCookieSpec
|
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers. |
BasicClientCookie
|
HTTP "magic-cookie" represents a piece of state information
that the HTTP agent and the target server can exchange to maintain
a session. |
BasicClientCookie2
|
HTTP "magic-cookie" represents a piece of state information
that the HTTP agent and the target server can exchange to maintain
a session as specified by RFC2965. |
BrowserCompatSpec
|
Cookie specification that strives to closely mimic (mis)behavior of
common web browser applications such as Microsoft Internet Explorer
and Mozilla FireFox. |
CookieSpecBase
|
Cookie management functions shared by all specification. |
NetscapeDraftSpec
|
Netscape cookie draft compliant cookie policy
|
RFC2109Spec
|
RFC 2109 compliant cookie policy
|
RFC2965Spec
|
RFC 2965 specific cookie management functions.
|