| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | CookieSpecBaseCookie management functions shared by all specification. | 
|  class | IgnoreCookiesSpecA cookie spec that does nothing. | 
|  class | NetscapeDraftSpecNetscape cookie draft specific cookie management functions | 
|  class | RFC2109SpecRFC 2109 specific cookie management functions | 
|  class | RFC2965SpecRFC 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 specificationwith the given ID. | 
| static CookieSpec | CookiePolicy.getDefaultSpec()Returns cookie specificationregistered asCookiePolicy.DEFAULT. | 
| static CookieSpec | CookiePolicy.getSpecByPolicy(int policy)Deprecated. Use CookiePolicy.getCookieSpec(String) | 
| static CookieSpec | CookiePolicy.getSpecByVersion(int ver)Deprecated. Use CookiePolicy.getCookieSpec(String) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||