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 classBaseCookieHandlerA basic implementation of a CamelCookie handler based on the JDK CookieManager.classExchangeCookieHandlerThis implementation of theCookieHandlerinterface keeps the cookies with theExchange.classInstanceCookieHandlerThis implementation of theCookieHandlerinterface keeps the cookies with the instance of this object.
-