Uses of Interface
org.apache.http.cookie.CookieSpec

Packages that use CookieSpec
org.apache.http.cookie The API for client-side state management via cookies, commonly referred to as HttpCookie
org.apache.http.impl.cookie   
 

Uses of CookieSpec in org.apache.http.cookie
 

Methods in org.apache.http.cookie that return CookieSpec
 CookieSpec CookieSpecRegistry.getCookieSpec(java.lang.String name)
          Gets the cookie specification with the given name.
 CookieSpec CookieSpecRegistry.getCookieSpec(java.lang.String name, org.apache.http.params.HttpParams params)
          Gets the cookie specification with the given ID.
 CookieSpec CookieSpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 

Uses of CookieSpec in org.apache.http.impl.cookie
 

Classes in org.apache.http.impl.cookie that implement CookieSpec
 class AbstractCookieSpec
          Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
 class BestMatchSpec
          'Meta' cookie specification that selects a cookie policy depending on the format of the cookie(s)
 class BrowserCompatSpec
          Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
 class CookieSpecBase
          Cookie management functions shared by all specification.
 class NetscapeDraftSpec
          Netscape cookie draft compliant cookie policy
 class RFC2109Spec
          RFC 2109 compliant cookie policy
 class RFC2965Spec
          RFC 2965 specific cookie management functions.
 

Methods in org.apache.http.impl.cookie that return CookieSpec
 CookieSpec BrowserCompatSpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 CookieSpec NetscapeDraftSpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 CookieSpec BestMatchSpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 CookieSpec RFC2965SpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 CookieSpec RFC2109SpecFactory.newInstance(org.apache.http.params.HttpParams params)
           
 



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