Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.sonalb.net.http.cookie

Contains classes related to the Hyper Text Transport Protocol (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

Contains classes related to the Hyper Text Transport Protocol (HTTP)