Uses of Class
org.apache.http.impl.cookie.AbstractCookieSpec

Packages that use AbstractCookieSpec
org.apache.http.impl.cookie Default implementations of standard and common HTTP state management policies. 
 

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

Subclasses of AbstractCookieSpec in org.apache.http.impl.cookie
 class BrowserCompatSpec
          Deprecated. (4.4) use DefaultCookieSpec.
 class CookieSpecBase
          Cookie management functions shared by all specification.
 class IgnoreSpec
          CookieSpec that ignores all cookies
 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.
 



Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.