Package Documentation for org.apache.commons.httpclient.cookie
Provides cookie handling in conjunction with {@link org.apache.commons.httpclient.Cookie}.
@since 2.0
Ths interface represents a cookie attribute handler responsible
for parsing, validating, and matching a specific cookie attribute,
such as path, domain, port, etc.
This cookie comparator ensures that multiple cookies satisfying
a common criteria are ordered in the Cookie header such
that those with more specific Path attributes precede those with
less specific.
This comparator assumes that Path attributes of two cookies
path-match a commmon request-URI.