Uses of Interface
org.apache.commons.httpclient.cookie.CookieSpec

Packages that use CookieSpec
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.cookie Provides cookie handling in conjunction with Cookie
 

Uses of CookieSpec in org.apache.commons.httpclient
 

Methods in org.apache.commons.httpclient with parameters of type CookieSpec
protected  void HttpMethodBase.processCookieHeaders(CookieSpec parser, Header[] headers, HttpState state, HttpConnection conn)
          This method processes the specified cookie headers.
 

Uses of CookieSpec in org.apache.commons.httpclient.cookie
 

Classes in org.apache.commons.httpclient.cookie that implement CookieSpec
 class CookieSpecBase
          Cookie management functions shared by all specification.
 class IgnoreCookiesSpec
          A cookie spec that does nothing.
 class NetscapeDraftSpec
          Netscape cookie draft specific cookie management functions
 class RFC2109Spec
          RFC 2109 specific cookie management functions
 class RFC2965Spec
          RFC 2965 specific cookie management functions.
 

Methods in org.apache.commons.httpclient.cookie that return CookieSpec
static CookieSpec CookiePolicy.getCompatibilitySpec()
          Deprecated. Use CookiePolicy.getCookieSpec(String)
static CookieSpec CookiePolicy.getCookieSpec(String id)
          Gets the cookie specification with the given ID.
static CookieSpec CookiePolicy.getDefaultSpec()
          Returns cookie specification registered as CookiePolicy.DEFAULT.
static CookieSpec CookiePolicy.getSpecByPolicy(int policy)
          Deprecated. Use CookiePolicy.getCookieSpec(String)
static CookieSpec CookiePolicy.getSpecByVersion(int ver)
          Deprecated. Use CookiePolicy.getCookieSpec(String)
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.