Uses of Interface
io.avaje.jex.http.Context.Cookie
Packages that use Context.Cookie
-
Uses of Context.Cookie in io.avaje.jex.http
Methods in io.avaje.jex.http that return Context.CookieModifier and TypeMethodDescriptionSets the domain for which this cookie is valid.static Context.CookieCreates and returns a new expired cookie with the given name.Context.Cookie.expires(ZonedDateTime expires) Sets the date and time when this cookie expires.Context.Cookie.httpOnly(boolean httpOnly) Sets the HttpOnly attribute for this cookie.Sets the maximum age (in seconds) of this cookie.static Context.CookieCreates and returns a new cookie with the given name and value.Context.Cookie.partitioned(boolean partitioned) Set the Partitioned attribute for this cookie.Sets the path on the server for which this cookie is valid.Context.Cookie.sameSite(Context.Cookie.SameSite sameSite) Set the SameSite setting for this cookie.Context.Cookie.secure(boolean secure) Sets the secure attribute for this cookie.Methods in io.avaje.jex.http with parameters of type Context.CookieModifier and TypeMethodDescriptionContext.cookie(Context.Cookie cookie) Sets a cookie using the providedContext.Cookieobject.