Uses of Interface
io.undertow.server.handlers.Cookie
Packages that use Cookie
-
Uses of Cookie in io.undertow.server
Methods in io.undertow.server that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpServerExchange.getRequestCookies()HttpServerExchange.getResponseCookies()Methods in io.undertow.server with parameters of type CookieModifier and TypeMethodDescriptionHttpServerExchange.setResponseCookie(Cookie cookie) Sets a response cookie -
Uses of Cookie in io.undertow.server.handlers
Classes in io.undertow.server.handlers that implement CookieMethods in io.undertow.server.handlers that return CookieModifier and TypeMethodDescriptionCookie.setComment(String comment) CookieImpl.setComment(String comment) Cookie.setDiscard(boolean discard) Cookie.setExpires(Date expires) Cookie.setHttpOnly(boolean httpOnly) default CookieCookie.setSameSite(boolean sameSite) CookieImpl.setSameSite(boolean sameSite) default CookieCookie.setSameSiteMode(String mode) CookieImpl.setSameSiteMode(String mode) Cookie.setSecure(boolean secure) Cookie.setVersion(int version) -
Uses of Cookie in io.undertow.util
Methods in io.undertow.util that return CookieModifier and TypeMethodDescriptionstatic CookieCookies.parseSetCookieHeader(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 CookieModifier and TypeMethodDescriptionCookies.parseRequestCookies(int maxCookies, boolean allowEqualInValue, List<String> cookies) /** Parses the cookies from a list of "Cookie:" header values.Methods in io.undertow.util with parameters of type CookieModifier and TypeMethodDescriptionstatic intLegacyCookieSupport.adjustedCookieVersion(Cookie cookie)