Uses of Interface
com.sonalb.net.http.cookie.CookieMatcher

Packages that use CookieMatcher
com.sonalb.net.http.cookie [jCookie] Contains classes related to state management (cookie-handling) using HTTP. 
 

Uses of CookieMatcher in com.sonalb.net.http.cookie
 

Methods in com.sonalb.net.http.cookie with parameters of type CookieMatcher
 CookieJar CookieJar.getCookies(CookieMatcher cm)
          Gets all Cookies that match the given CookieMatcher.
 void CookieJar.removeCookies(CookieMatcher cm)
          Removes all cookies that match the given CookieMatcher.