|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CookieMatcher
Allows custom matching of Cookies. Applications can use their matching logic to pick out Cookies.
CookieJar.removeCookies(CookieMatcher)
,
CookieJar.getCookies(CookieMatcher)
Method Summary | |
---|---|
boolean |
doMatch(Cookie cookie)
Checks whether the given Cookie satisfies the custom criteria. |
Method Detail |
---|
boolean doMatch(Cookie cookie)
the
- Cookie to be checked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |