Package org.apache.camel.http.base.cookie
-
Interface Summary Interface Description CookieHandler The interface for cookie handling will allow components to handle cookies for HTTP requests. -
Class Summary Class Description BaseCookieHandler A basic implementation of a CamelCookie handler based on the JDK CookieManager.ExchangeCookieHandler This implementation of theCookieHandlerinterface keeps the cookies with theExchange.InstanceCookieHandler This implementation of theCookieHandlerinterface keeps the cookies with the instance of this object.