Package | Description |
---|---|
io.undertow.server | |
io.undertow.server.handlers | |
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,Cookie> |
HttpServerExchange.getRequestCookies() |
|
java.util.Map<java.lang.String,Cookie> |
HttpServerExchange.getResponseCookies() |
Modifier and Type | Method | Description |
---|---|---|
HttpServerExchange |
HttpServerExchange.setResponseCookie(Cookie cookie) |
Sets a response cookie
|
Modifier and Type | Class | Description |
---|---|---|
class |
CookieImpl |
Modifier and Type | Method | Description |
---|---|---|
Cookie |
Cookie.setComment(java.lang.String comment) |
|
Cookie |
CookieImpl.setComment(java.lang.String comment) |
|
Cookie |
Cookie.setDiscard(boolean discard) |
|
Cookie |
Cookie.setDomain(java.lang.String domain) |
|
Cookie |
Cookie.setExpires(java.util.Date expires) |
|
Cookie |
Cookie.setHttpOnly(boolean httpOnly) |
|
Cookie |
Cookie.setMaxAge(java.lang.Integer maxAge) |
|
Cookie |
Cookie.setPath(java.lang.String path) |
|
Cookie |
Cookie.setSecure(boolean secure) |
|
Cookie |
Cookie.setValue(java.lang.String value) |
|
Cookie |
Cookie.setVersion(int version) |
Modifier and Type | Method | Description |
---|---|---|
static Cookie |
Cookies.parseSetCookieHeader(java.lang.String headerValue) |
Parses a "Set-Cookie:" response header value into its cookie representation.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
static int |
LegacyCookieSupport.adjustedCookieVersion(Cookie cookie) |
Copyright © 2018. All rights reserved.