Package | Description |
---|---|
org.apache.camel.http.common | |
org.apache.camel.http.common.cookie |
Modifier and Type | Method and Description |
---|---|
CookieHandler |
HttpCommonEndpoint.getCookieHandler() |
Modifier and Type | Method and Description |
---|---|
void |
HttpCommonEndpoint.setCookieHandler(CookieHandler cookieHandler)
Configure a cookie handler to maintain a HTTP session
|
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