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. 
org.apache.http.impl.cookie Default implementations for interfaces in org.apache.http.cookie
 

Uses of CookieSpec in org.apache.http.cookie
 

Methods in org.apache.http.cookie that return CookieSpec
 CookieSpec CookieSpecRegistry.getCookieSpec(String name)
          Gets the cookie specification with the given name.
 CookieSpec CookieSpecRegistry.getCookieSpec(String name, HttpParams params)
          Gets the cookie specification with the given ID.
 CookieSpec CookieSpecFactory.newInstance(HttpParams params)
          Creates an instance of CookieSpec using given HTTP parameters.
 

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 picks up a cookie policy based on the format of cookies sent with the HTTP response.
 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
          This CookieSpec implementation conforms to the original draft specification published by Netscape Communications.
 class RFC2109Spec
          RFC 2109 compliant CookieSpec implementation.
 class RFC2965Spec
          RFC 2965 compliant CookieSpec implementation.
 

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



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