public class ExchangeCookieUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN |
static String |
PATH |
static String |
VERSION |
Modifier and Type | Method and Description |
---|---|
static void |
flattenCookies(HttpServerExchange exchange) |
static Map<String,Cookie> |
parseRequestCookies(HttpServerExchange exchange) |
public static final String DOMAIN
public static final String VERSION
public static final String PATH
public static Map<String,Cookie> parseRequestCookies(HttpServerExchange exchange)
public static void flattenCookies(HttpServerExchange exchange)
Copyright © 2013 JBoss by Red Hat. All rights reserved.