No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | 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 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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
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. |
---|