| Package | Description |
|---|---|
| io.undertow.server | |
| io.undertow.server.handlers | |
| 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 |
|---|---|
void |
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 |
Cookie.setSecure(boolean secure) |
Cookie |
Cookie.setValue(String value) |
Cookie |
Cookie.setVersion(int version) |
| Modifier and Type | Method and Description |
|---|---|
static Cookie |
Cookies.parseSetCookieHeader(String headerValue)
Parses a Set-Cookie response header into its cookie representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Cookie> |
Cookies.parseRequestCookies(int maxCookies,
List<String> cookies)
Parses the cookies from a list of cookie headers
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.