Uses of Package
org.apache.commons.httpclient.cookie

Packages that use org.apache.commons.httpclient.cookie
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.cookie Provides cookie handling in conjunction with Cookie
 

Classes in org.apache.commons.httpclient.cookie used by org.apache.commons.httpclient
CookieSpec
          Defines the cookie management specification.
 

Classes in org.apache.commons.httpclient.cookie used by org.apache.commons.httpclient.cookie
CookieAttributeHandler
          Ths interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
CookieOrigin
          CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
CookieSpec
          Defines the cookie management specification.
CookieSpecBase
          Cookie management functions shared by all specification.
CookieVersionSupport
          Defines cookie specification specific capabilities
MalformedCookieException
          Signals that a cookie is in some way invalid or illegal in a given context
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.