| Interface | Description |
|---|---|
| CookieHandler |
The interface for cookie handling will allow components to handle cookies for
HTTP requests.
|
| Class | Description |
|---|---|
| BaseCookieHandler |
A basic implementation of a CamelCookie handler based on the JDK
CookieManager.
|
| ExchangeCookieHandler |
This implementation of the
CookieHandler interface keeps the
cookies with the Exchange. |
| InstanceCookieHandler |
This implementation of the
CookieHandler interface keeps the
cookies with the instance of this object. |
Apache Camel