Uses of Interface
io.inverno.mod.http.base.header.CookieParameter
Packages that use CookieParameter
Package
Description
Inverno HTTP base API.
Inverno HTTP header API.
Inverno HTTP header API implementation classes including HTTP Header codecs and header service bean.
-
Uses of CookieParameter in io.inverno.mod.http.base
Methods in io.inverno.mod.http.base that return types with arguments of type CookieParameterModifier and TypeMethodDescriptionReturns the cookie with the specified name.InboundCookies.getAll()Returns all cookies.Returns all cookies with the specified name. -
Uses of CookieParameter in io.inverno.mod.http.base.header
Methods in io.inverno.mod.http.base.header that return types with arguments of type CookieParameter -
Uses of CookieParameter in io.inverno.mod.http.base.internal.header
Classes in io.inverno.mod.http.base.internal.header that implement CookieParameterMethods in io.inverno.mod.http.base.internal.header that return types with arguments of type CookieParameterConstructor parameters in io.inverno.mod.http.base.internal.header with type arguments of type CookieParameterModifierConstructorDescriptionCookie(Map<String, List<CookieParameter>> pairs) Creates a cookie header.