Uses of Interface
org.apache.http.cookie.CookieSpec
-
Packages that use CookieSpec Package Description org.apache.http.client.protocol Client specific HTTP protocol handlers.org.apache.http.cookie Client HTTP state management APIs.org.apache.http.impl.cookie 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 CookieSpec Modifier and Type Method Description CookieSpecHttpClientContext. getCookieSpec()Methods in org.apache.http.client.protocol with parameters of type CookieSpec Modifier and Type Method Description private 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 CookieSpec Modifier and Type Method Description CookieSpecCookieSpecProvider. create(org.apache.http.protocol.HttpContext context)Creates an instance ofCookieSpec.CookieSpecCookieSpecRegistry. getCookieSpec(java.lang.String name)Deprecated.Gets thecookie specificationwith the given name.CookieSpecCookieSpecRegistry. getCookieSpec(java.lang.String name, org.apache.http.params.HttpParams params)Deprecated.Gets thecookie specificationwith the given ID.CookieSpecCookieSpecFactory. 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 CookieSpec Modifier and Type Class Description classAbstractCookieSpecAbstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitraryCookieAttributeHandlers.classBestMatchSpecDeprecated.(4.4) useDefaultCookieSpec.classBrowserCompatSpecDeprecated.(4.4) useDefaultCookieSpec.classCookieSpecBaseCookie management functions shared by all specification.classDefaultCookieSpecDefault cookie specification that picks up the best matching cookie policy based on the format of cookies sent with the HTTP response.classIgnoreSpecCookieSpec that ignores all cookiesclassNetscapeDraftSpecThisCookieSpecimplementation conforms to the original draft specification published by Netscape Communications.classRFC2109SpecRFC 2109 compliantCookieSpecimplementation.classRFC2965SpecRFC 2965 compliantCookieSpecimplementation.classRFC6265CookieSpecCookie management functions shared by RFC C6265 compliant specification.(package private) classRFC6265CookieSpecBaseclassRFC6265LaxSpecStandardCookieSpecimplementation 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).classRFC6265StrictSpecStandardCookieSpecimplementation 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 CookieSpec Modifier and Type Field Description private CookieSpecBestMatchSpecFactory. cookieSpecDeprecated.private CookieSpecBrowserCompatSpecFactory. cookieSpecDeprecated.private CookieSpecDefaultCookieSpecProvider. cookieSpecprivate CookieSpecIgnoreSpecProvider. cookieSpecprivate CookieSpecNetscapeDraftSpecFactory. cookieSpecDeprecated.private CookieSpecNetscapeDraftSpecProvider. cookieSpecprivate CookieSpecRFC2109SpecFactory. cookieSpecDeprecated.private CookieSpecRFC2109SpecProvider. cookieSpecprivate CookieSpecRFC2965SpecFactory. cookieSpecDeprecated.private CookieSpecRFC2965SpecProvider. cookieSpecprivate CookieSpecRFC6265CookieSpecProvider. cookieSpecMethods in org.apache.http.impl.cookie that return CookieSpec Modifier and Type Method Description CookieSpecBestMatchSpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecBrowserCompatSpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecDefaultCookieSpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecIgnoreSpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecIgnoreSpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecNetscapeDraftSpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecNetscapeDraftSpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecRFC2109SpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecRFC2109SpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecRFC2965SpecFactory. create(org.apache.http.protocol.HttpContext context)Deprecated.CookieSpecRFC2965SpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecRFC6265CookieSpecProvider. create(org.apache.http.protocol.HttpContext context)CookieSpecBestMatchSpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.CookieSpecBrowserCompatSpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.CookieSpecIgnoreSpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.CookieSpecNetscapeDraftSpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.CookieSpecRFC2109SpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.CookieSpecRFC2965SpecFactory. newInstance(org.apache.http.params.HttpParams params)Deprecated.
-