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

Packages that use CookieSpecFactory
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 CookieSpecFactory in org.apache.http.cookie
 

Methods in org.apache.http.cookie with parameters of type CookieSpecFactory
 void CookieSpecRegistry.register(java.lang.String name, CookieSpecFactory factory)
          Registers a CookieSpecFactory with the given identifier.
 

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

Classes in org.apache.http.impl.cookie that implement CookieSpecFactory
 class BrowserCompatSpecFactory
           
 class NetscapeDraftSpecFactory
           
 class RFC2109SpecFactory
           
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.