Uses of Interface
org.apache.camel.http.base.cookie.CookieHandler
Packages that use CookieHandler
-
Uses of CookieHandler in org.apache.camel.http.base.cookie
Classes in org.apache.camel.http.base.cookie that implement CookieHandlerModifier and TypeClassDescriptionclass
A basic implementation of a CamelCookie handler based on the JDK CookieManager.class
This implementation of theCookieHandler
interface keeps the cookies with theExchange
.class
This implementation of theCookieHandler
interface keeps the cookies with the instance of this object.