|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sonalb.net.http.cookie
Interface CookieMatcher

- public interface CookieMatcher
Allows custom matching of Cookies. Applications can use their matching logic to pick out Cookies.
| Method Summary | |
boolean |
doMatch(Cookie cookie)
Checks whether the given Cookie satisfies the custom criteria. |
| Method Detail |
doMatch
public boolean doMatch(Cookie cookie)
- Checks whether the given Cookie satisfies the custom criteria.
|
|||||||||
| Home >> All >> com >> sonalb >> net >> http >> [ cookie overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC