java.lang.Object
io.avaje.jex.Context.Cookie
- Enclosing interface:
- Context
-
Method Summary
Modifier and TypeMethodDescriptiondomain()static Context.Cookieexpires()expires(ZonedDateTime expires) booleanhttpOnly()httpOnly(boolean httpOnly) maxAge()name()static Context.Cookiepath()booleansecure()secure(boolean secure) toString()Returns content of this instance as a 'Set-Cookie:' header value specified by RFC6265.value()
-
Method Details