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

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

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

Classes in com.sonalb.net.http.cookie that implement CookieParser
 class RFC2965CookieParser
          Implementation for CookieParser that conforms to cookie specification RFC-2965.
 

Methods in com.sonalb.net.http.cookie that return CookieParser
 CookieParser Client.getCookieParser()
          Gets the CookieParser implementation being used in this instance.
static CookieParser Client.getDefaultCookieParser()
          Returns the built-in CookieParser implementation.
 

Methods in com.sonalb.net.http.cookie with parameters of type CookieParser
static CookieJar CookieUtils.getCookiesForURL(CookieJar cj, CookieParser cp, java.net.URL url, boolean bRespectExpires)
          Picks out the Cookies in a CookieJar that are eligible to be sent with a request to a particular URL.
 void Client.setCookieParser(CookieParser cp)
          Sets the CookieParser implementation to be used in this instance.