Sonal Bansal's jCookie v0.8b API Specification
Visit http://jcookie.sourceforge.net/ for the latest on jCookie.
See:
Description
Packages |
com.sonalb |
Contains utility classes and other classes with a general scope. |
com.sonalb.net.http |
Contains classes related to the Hyper Text Transport Protocol (HTTP) |
com.sonalb.net.http.cookie |
[jCookie] Contains classes related to state management (cookie-handling) using HTTP. |
Visit http://jcookie.sourceforge.net/ for the latest on jCookie.
The two main classes of the jCookie API, that will be used most often, are com.sonalb.net.http.cookie.Client
and com.sonalb.net.http.cookie.CookieJar
. The documentation for the Client class includes a usage example snippet.