Uses of Class
io.avaje.jex.Context.Cookie
| Package | Description |
|---|---|
| io.avaje.jex |
-
Uses of Context.Cookie in io.avaje.jex
Methods in io.avaje.jex that return Context.Cookie Modifier and Type Method Description Context.CookieContext.Cookie. domain(String domain)static Context.CookieContext.Cookie. expired(String name)Context.CookieContext.Cookie. expires(ZonedDateTime expires)Context.CookieContext.Cookie. httpOnly(boolean httpOnly)Context.CookieContext.Cookie. maxAge(Duration maxAge)static Context.CookieContext.Cookie. of(String name, String value)Context.CookieContext.Cookie. path(String path)Context.CookieContext.Cookie. secure(boolean secure)Methods in io.avaje.jex with parameters of type Context.Cookie Modifier and Type Method Description ContextContext. cookie(Context.Cookie cookie)Sets a Cookie.