Uses of Interface
io.undertow.server.handlers.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in io.undertow.server
Methods in io.undertow.server that return CookieMethods in io.undertow.server that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpServerExchange.getRequestCookies()Deprecated, for removal: This API element is subject to removal in a future version.HttpServerExchange.getResponseCookies()Deprecated, for removal: This API element is subject to removal in a future version.use eitherHttpServerExchange.responseCookies()orHttpServerExchange.setResponseCookie(Cookie)methods insteadHttpServerExchange.requestCookies()Returns unmodifiable enumeration of request cookies.HttpServerExchange.responseCookies()Returns unmodifiable enumeration of response cookies.Methods in io.undertow.server with parameters of type CookieModifier and TypeMethodDescriptionstatic voidConnectors.addCookie(HttpServerExchange exchange, Cookie cookie) Adds the cookie into the response header map.HttpServerExchange.setRequestCookie(Cookie cookie) Sets a request cookieHttpServerExchange.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.servlet.spec
Classes in io.undertow.servlet.spec that implement CookieModifier and TypeClassDescriptionclassAdaptor between and undertow and a servlet cookieMethods in io.undertow.servlet.spec that return CookieModifier and TypeMethodDescriptionServletCookieAdaptor.setComment(String comment) ServletCookieAdaptor.setDiscard(boolean discard) ServletCookieAdaptor.setExpires(Date expires) ServletCookieAdaptor.setHttpOnly(boolean httpOnly) ServletCookieAdaptor.setSameSite(boolean sameSite) ServletCookieAdaptor.setSameSiteMode(String mode) ServletCookieAdaptor.setSecure(boolean secure) ServletCookieAdaptor.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) Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.undertow.util with parameters of type CookieModifier and TypeMethodDescriptionstatic intLegacyCookieSupport.adjustedCookieVersion(Cookie cookie) Method parameters in io.undertow.util with type arguments of type CookieModifier and TypeMethodDescriptionstatic voidCookies.parseRequestCookies(int maxCookies, boolean allowEqualInValue, List<String> cookies, Set<Cookie> parsedCookies)
HttpServerExchange.requestCookies()orHttpServerExchange.getRequestCookie(String)orHttpServerExchange.setRequestCookie(Cookie)methods instead