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

Quick Search    Search Deep

com.sonalb.net.http.cookie
Interface CookieMatcher  view CookieMatcher download CookieMatcher.java


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.