org.apache.http.impl.cookie.AbstractCookieSpec
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers.
Known Direct Subclasses
| CookieSpecBase |
Cookie management functions shared by all specification. |
Known Indirect Subclasses
| BrowserCompatSpec |
Cookie specification that strives to closely mimic (mis)behavior of
common web browser applications such as Microsoft Internet Explorer
and Mozilla FireFox. |
| NetscapeDraftSpec |
Netscape cookie draft compliant cookie policy |
| RFC2109Spec |
RFC 2109 compliant cookie policy |
| RFC2965Spec |
RFC 2965 specific cookie management functions. |
Summary
Public Constructors
Public Methods
Protected Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AbstractCookieSpec()
Default constructor
Public Methods
Protected Methods
Finds an attribute handler
CookieAttributeHandler for the
given attribute. Returns
null if no attribute handler is
found for the specified attribute.
Parameters
| name
| attribute name. e.g. Domain, Path, etc. |
Returns
- an attribute handler or null
Gets attribute handler
CookieAttributeHandler for the
given attribute.
Parameters
| name
| attribute name. e.g. Domain, Path, etc. |
protected
Iterator
getAttribHandlerIterator()