| Package | Description |
|---|---|
| org.apache.camel.http.base.cookie |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCookieHandler
A basic implementation of a CamelCookie handler based on the JDK CookieManager.
|
class |
ExchangeCookieHandler
This implementation of the
CookieHandler interface keeps the cookies with
the Exchange. |
class |
InstanceCookieHandler
This implementation of the
CookieHandler interface keeps the cookies with
the instance of this object. |
Apache Camel