Uses of Class
org.apache.camel.component.platform.http.cookie.CookieConfiguration.Builder
Packages that use CookieConfiguration.Builder
-
Uses of CookieConfiguration.Builder in org.apache.camel.component.platform.http.cookie
Methods in org.apache.camel.component.platform.http.cookie that return CookieConfiguration.BuilderModifier and TypeMethodDescriptionSets which server can receive cookies.CookieConfiguration.Builder.setHttpOnly(boolean httpOnly) Sets whether to prevent client side scripts from accessing created cookies.Sets the maximum cookie age in seconds.Sets the URL path that must exist in the requested URL in order to send the Cookie.CookieConfiguration.Builder.setSameSite(CookieConfiguration.CookieSameSite sameSite) Sets whether to prevent the browser from sending cookies along with cross-site requests.CookieConfiguration.Builder.setSecure(boolean secure) Sets whether the cookie is only sent to the server with an encrypted request over HTTPS.