| java.lang.Object | ||
| ↳ | org.apache.http.impl.cookie.AbstractCookieAttributeHandler | |
| ↳ | org.apache.http.impl.cookie.RFC2109VersionHandler | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Peforms cookie validation for the given attribute value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.impl.cookie.AbstractCookieAttributeHandler
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.apache.http.cookie.CookieAttributeHandler
| |||||||||||
Peforms cookie validation for the given attribute value.
| cookie | Cookie to validate |
|---|---|
| origin | the cookie source to validate against |
| MalformedCookieException |
|---|