Uses of Interface
io.undertow.server.handlers.Cookie
-
Packages that use Cookie Package Description io.undertow.server io.undertow.server.handlers io.undertow.util -
-
Uses of Cookie in io.undertow.server
Methods in io.undertow.server that return types with arguments of type Cookie Modifier and Type Method Description java.util.Map<java.lang.String,Cookie>HttpServerExchange. getRequestCookies()java.util.Map<java.lang.String,Cookie>HttpServerExchange. getResponseCookies()Methods in io.undertow.server with parameters of type Cookie Modifier and Type Method Description static voidConnectors. addCookie(HttpServerExchange exchange, Cookie cookie)Adds the cookie into the response header map.HttpServerExchangeHttpServerExchange. setResponseCookie(Cookie cookie)Sets a response cookie -
Uses of Cookie in io.undertow.server.handlers
Classes in io.undertow.server.handlers that implement Cookie Modifier and Type Class Description classCookieImplMethods in io.undertow.server.handlers that return Cookie Modifier and Type Method Description CookieCookie. setComment(java.lang.String comment)CookieCookieImpl. setComment(java.lang.String comment)CookieCookie. setDiscard(boolean discard)CookieCookie. setDomain(java.lang.String domain)CookieCookie. setExpires(java.util.Date expires)CookieCookie. setHttpOnly(boolean httpOnly)CookieCookie. setMaxAge(java.lang.Integer maxAge)CookieCookie. setPath(java.lang.String path)default CookieCookie. setSameSite(boolean sameSite)CookieCookieImpl. setSameSite(boolean sameSite)default CookieCookie. setSameSiteMode(java.lang.String sameSiteMode)CookieCookieImpl. setSameSiteMode(java.lang.String sameSiteMode)CookieCookie. setSecure(boolean secure)CookieCookie. setValue(java.lang.String value)CookieCookie. setVersion(int version) -
Uses of Cookie in io.undertow.util
Methods in io.undertow.util that return Cookie Modifier and Type Method Description static CookieCookies. parseSetCookieHeader(java.lang.String headerValue)Parses a "Set-Cookie:" response header value into its cookie representation.Methods in io.undertow.util that return types with arguments of type Cookie Modifier and Type Method Description static java.util.Map<java.lang.String,Cookie>Cookies. parseRequestCookies(int maxCookies, boolean allowEqualInValue, java.util.List<java.lang.String> cookies)/** Parses the cookies from a list of "Cookie:" header values.Methods in io.undertow.util with parameters of type Cookie Modifier and Type Method Description static intLegacyCookieSupport. adjustedCookieVersion(Cookie cookie)
-