Uses of Interface
org.apache.http.cookie.CookieSpec
Packages that use CookieSpec
Package
Description
Client specific HTTP protocol handlers.
Client HTTP state management APIs.
Default implementations of standard and common HTTP state
management policies.
-
Uses of CookieSpec in org.apache.http.client.protocol
Methods in org.apache.http.client.protocol that return CookieSpecMethods in org.apache.http.client.protocol with parameters of type CookieSpecModifier and TypeMethodDescriptionprivate voidResponseProcessCookies.processCookies(org.apache.http.HeaderIterator iterator, CookieSpec cookieSpec, CookieOrigin cookieOrigin, CookieStore cookieStore) -
Uses of CookieSpec in org.apache.http.cookie
Methods in org.apache.http.cookie that return CookieSpecModifier and TypeMethodDescriptionCookieSpecProvider.create(org.apache.http.protocol.HttpContext context) Creates an instance ofCookieSpec.CookieSpecRegistry.getCookieSpec(String name) Deprecated.Gets thecookie specificationwith the given name.CookieSpecRegistry.getCookieSpec(String name, org.apache.http.params.HttpParams params) Deprecated.Gets thecookie specificationwith the given ID.CookieSpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.Creates an instance ofCookieSpecusing given HTTP parameters. -
Uses of CookieSpec in org.apache.http.impl.cookie
Classes in org.apache.http.impl.cookie that implement CookieSpecModifier and TypeClassDescriptionclassAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classDeprecated.classDeprecated.(4.4) useDefaultCookieSpec.classCookie management functions shared by all specification.classDefault cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response.classCookieSpec that ignores all cookiesclassThisCookieSpecimplementation conforms to the original draft specification published by Netscape Communications.classRFC 2109 compliantCookieSpecimplementation.classRFC 2965 compliantCookieSpecimplementation.classCookie management functions shared by RFC C6265 compliant specification.(package private) classclassStandardCookieSpecimplementation that enforces a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5) for interoperability with existing servers that do not conform to the well behaved profile (RFC 6265, section 4).classStandardCookieSpecimplementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).Fields in org.apache.http.impl.cookie declared as CookieSpecModifier and TypeFieldDescriptionprivate final CookieSpecBestMatchSpecFactory.cookieSpecDeprecated.private final CookieSpecBrowserCompatSpecFactory.cookieSpecDeprecated.private CookieSpecDefaultCookieSpecProvider.cookieSpecprivate CookieSpecIgnoreSpecProvider.cookieSpecprivate final CookieSpecNetscapeDraftSpecFactory.cookieSpecDeprecated.private CookieSpecNetscapeDraftSpecProvider.cookieSpecprivate final CookieSpecRFC2109SpecFactory.cookieSpecDeprecated.private CookieSpecRFC2109SpecProvider.cookieSpecprivate final CookieSpecRFC2965SpecFactory.cookieSpecDeprecated.private CookieSpecRFC2965SpecProvider.cookieSpecprivate CookieSpecRFC6265CookieSpecProvider.cookieSpecMethods in org.apache.http.impl.cookie that return CookieSpecModifier and TypeMethodDescriptionBestMatchSpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.BrowserCompatSpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.DefaultCookieSpecProvider.create(org.apache.http.protocol.HttpContext context) IgnoreSpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.IgnoreSpecProvider.create(org.apache.http.protocol.HttpContext context) NetscapeDraftSpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.NetscapeDraftSpecProvider.create(org.apache.http.protocol.HttpContext context) RFC2109SpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.RFC2109SpecProvider.create(org.apache.http.protocol.HttpContext context) RFC2965SpecFactory.create(org.apache.http.protocol.HttpContext context) Deprecated.RFC2965SpecProvider.create(org.apache.http.protocol.HttpContext context) RFC6265CookieSpecProvider.create(org.apache.http.protocol.HttpContext context) BestMatchSpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.BrowserCompatSpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.IgnoreSpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.NetscapeDraftSpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.RFC2109SpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.RFC2965SpecFactory.newInstance(org.apache.http.params.HttpParams params) Deprecated.
DefaultCookieSpec.