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.CookieParser

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.
 

Fields in com.sonalb.net.http.cookie declared as CookieParser
private static CookieParser Client.defaultCookieParser
           
private  CookieParser Client.currentCookieParser
           
 

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

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.