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

Uses of CookieSpecFactory in org.apache.http.cookie
 

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

Method parameters in org.apache.http.cookie with type arguments of type CookieSpecFactory
 void CookieSpecRegistry.setItems(Map<String,CookieSpecFactory> map)
          Populates the internal collection of registered cookie specs with the content of the map passed as a parameter.
 

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

Classes in org.apache.http.impl.cookie that implement CookieSpecFactory
 class BestMatchSpecFactory
          CookieSpecFactory implementation that creates and initializes BestMatchSpec instances.
 class BrowserCompatSpecFactory
          CookieSpecFactory implementation that creates and initializes BrowserCompatSpec instances.
 class NetscapeDraftSpecFactory
          CookieSpecFactory implementation that creates and initializes NetscapeDraftSpec instances.
 class RFC2109SpecFactory
          CookieSpecFactory implementation that creates and initializes RFC2109Spec instances.
 class RFC2965SpecFactory
          CookieSpecFactory implementation that creates and initializes RFC2965Spec instances.
 



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