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