java.lang.Object | |
↳ | org.apache.http.impl.cookie.AbstractCookieSpec |
Known Direct Subclasses |
Known Indirect Subclasses |
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler
s.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Default constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Finds an attribute handler
CookieAttributeHandler
for the
given attribute.
|
||||||||||
|
Gets attribute handler
CookieAttributeHandler
for the
given attribute.
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
From interface org.apache.http.cookie.CookieSpec |
Finds an attribute handler
CookieAttributeHandler
for the
given attribute. Returns
null
if no attribute handler is
found for the specified attribute.
name | attribute name. e.g. Domain, Path, etc. |
---|
Gets attribute handler
CookieAttributeHandler
for the
given attribute.
name | attribute name. e.g. Domain, Path, etc. |
---|
IllegalStateException | if handler not found for the specified attribute. |
---|