Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

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