Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.handlers | |
io.undertow.servlet.spec | |
io.undertow.util |
Modifier and Type | Method and Description |
---|---|
Map<String,Cookie> |
HttpServerExchange.getRequestCookies() |
Map<String,Cookie> |
HttpServerExchange.getResponseCookies() |
Modifier and Type | Method and Description |
---|---|
HttpServerExchange |
HttpServerExchange.setResponseCookie(Cookie cookie)
Sets a response cookie
|
Modifier and Type | Class and Description |
---|---|
class |
CookieImpl |
Modifier and Type | Method and Description |
---|---|
Cookie |
CookieImpl.setComment(String comment) |
Cookie |
Cookie.setComment(String comment) |
Cookie |
Cookie.setDiscard(boolean discard) |
Cookie |
Cookie.setDomain(String domain) |
Cookie |
Cookie.setExpires(Date expires) |
Cookie |
Cookie.setHttpOnly(boolean httpOnly) |
Cookie |
Cookie.setMaxAge(Integer maxAge) |
Cookie |
Cookie.setPath(String path) |
Cookie |
CookieImpl.setSameSite(boolean sameSite) |
default Cookie |
Cookie.setSameSite(boolean sameSite) |
Cookie |
CookieImpl.setSameSiteMode(String sameSiteMode) |
default Cookie |
Cookie.setSameSiteMode(String sameSiteMode) |
Cookie |
Cookie.setSecure(boolean secure) |
Cookie |
Cookie.setValue(String value) |
Cookie |
Cookie.setVersion(int version) |
Modifier and Type | Class and Description |
---|---|
class |
ServletCookieAdaptor
Adaptor between and undertow and a servlet cookie
|
Modifier and Type | Method and Description |
---|---|
Cookie |
ServletCookieAdaptor.setComment(String comment) |
Cookie |
ServletCookieAdaptor.setDiscard(boolean discard) |
Cookie |
ServletCookieAdaptor.setDomain(String domain) |
Cookie |
ServletCookieAdaptor.setExpires(Date expires) |
Cookie |
ServletCookieAdaptor.setHttpOnly(boolean httpOnly) |
Cookie |
ServletCookieAdaptor.setMaxAge(Integer maxAge) |
Cookie |
ServletCookieAdaptor.setPath(String path) |
Cookie |
ServletCookieAdaptor.setSecure(boolean secure) |
Cookie |
ServletCookieAdaptor.setValue(String value) |
Cookie |
ServletCookieAdaptor.setVersion(int version) |
Modifier and Type | Method and Description |
---|---|
static Cookie |
Cookies.parseSetCookieHeader(String headerValue)
Parses a "Set-Cookie:" response header value into its cookie representation.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Cookie> |
Cookies.parseRequestCookies(int maxCookies,
boolean allowEqualInValue,
List<String> cookies)
/**
Parses the cookies from a list of "Cookie:" header values.
|
Modifier and Type | Method and Description |
---|---|
static int |
LegacyCookieSupport.adjustedCookieVersion(Cookie cookie) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.