Uses of Interface
io.inverno.mod.http.base.header.SetCookie.Configurator
Packages that use SetCookie.Configurator
Package
Description
Inverno HTTP header API.
Inverno HTTP header API implementation classes including HTTP Header codecs and header service bean.
-
Uses of SetCookie.Configurator in io.inverno.mod.http.base.header
Methods in io.inverno.mod.http.base.header that return SetCookie.ConfiguratorModifier and TypeMethodDescriptionSets the cookie domain.SetCookie.Configurator.httpOnly(boolean httpOnly) Sets the cookie http only flag.SetCookie.Configurator.maxAge(int maxAge) sets the cookie max age in seconds.Sets the cookie name.Sets the cookie path.SetCookie.Configurator.secure(boolean secure) Sets the cookie secure flag.Sets the cookie value. -
Uses of SetCookie.Configurator in io.inverno.mod.http.base.internal.header
Classes in io.inverno.mod.http.base.internal.header that implement SetCookie.ConfiguratorMethods in io.inverno.mod.http.base.internal.header that return SetCookie.Configurator