Package com.sonalb.net.http.cookie

[jCookie] Contains classes related to state management (cookie-handling) using HTTP.

See:
          Description

Interface Summary
CookieMatcher Allows custom matching of Cookies.
CookieParser Interface definition for cookie-parsing and specification implementations.
 

Class Summary
Client This class is used to invoke the cookie-handling logic of the jCookie Library.
Cookie The data structure representing a cookie.
CookieJar Container for Cookie objects.
CookieUtils Provides utility functions for internal consumption.
RFC2965CookieParser Implementation for CookieParser that conforms to cookie specification RFC-2965.
 

Exception Summary
MalformedCookieException Indicates some problem caused by a bad or malformed cookie.
 

Package com.sonalb.net.http.cookie Description

[jCookie] Contains classes related to state management (cookie-handling) using HTTP. This package and packages below it, officially constitute the jCookie Library/API