Uses of Class
net.groboclown.util.http.v1.Cookie

Packages that use Cookie
net.groboclown.util.http.v1 Contains classes which are optimized for HTTP connections. 
net.groboclown.util.http.v1.tests   
 

Uses of Cookie in net.groboclown.util.http.v1
 

Methods in net.groboclown.util.http.v1 with parameters of type Cookie
protected  IHttpClientState[] NetscapeCookieParser.abortWithCookies(Cookie finishedCookie, String header)
           
protected  IHttpClientState[] Rfc2109CookieParser.abortWithCookies(Cookie finishedCookie, String header)
           
 void NetscapeCookieParser.ICookieValueParser.addCookieValue(String value, Cookie c)
          Sets the value for the corresponding attribute of the cookie, for the given instance.
 

Uses of Cookie in net.groboclown.util.http.v1.tests
 

Methods in net.groboclown.util.http.v1.tests with parameters of type Cookie
protected  void TestHttpClientStateUtil.assertContainsOnlyCookies(Cookie[] cookies, Hashtable h)
           
protected  void TestHttpClientStateUtil.assertContainsOnlyCookies(Cookie[] cookies, SimpleHttpResponseMessage msg)
           
protected  void TestCookie.assertSendSecure(Cookie c, String urlS, boolean isOk)
           
protected  void TestCookie.assertReceiveSecure(Cookie c, String url, boolean isOk)
           
 



Written under the LGPL