org.apache.http.cookie
Interface CookieSpecProvider

All Known Implementing Classes:
BestMatchSpecFactory, BrowserCompatSpecFactory, IgnoreSpecFactory, NetscapeDraftSpecFactory, RFC2109SpecFactory, RFC2965SpecFactory

public interface CookieSpecProvider

Factory for CookieSpec implementations.

Since:
4.3

Method Summary
 CookieSpec create(HttpContext context)
          Creates an instance of CookieSpec.
 

Method Detail

create

CookieSpec create(HttpContext context)
Creates an instance of CookieSpec.

Returns:
auth scheme.


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.