Uses of Class
org.apache.camel.http.base.cookie.BaseCookieHandler
-
Packages that use BaseCookieHandler Package Description org.apache.camel.http.base.cookie -
-
Uses of BaseCookieHandler in org.apache.camel.http.base.cookie
Subclasses of BaseCookieHandler in org.apache.camel.http.base.cookie Modifier and Type Class Description 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.
-