Package | Description |
---|---|
net.officefloor.plugin.web.http.cookie |
Modifier and Type | Method and Description |
---|---|
static HttpCookie |
HttpCookieUtil.extractHttpCookie(String cookieName,
HttpRequest request)
Extracts a specific
HttpCookie from the HttpRequest . |
Modifier and Type | Method and Description |
---|---|
static List<HttpCookie> |
HttpCookieUtil.extractHttpCookies(HttpRequest request)
Extracts all the
HttpCookie instances from the
HttpRequest . |
static List<HttpCookie> |
HttpCookie.parse(String httpHeaderValue)
Parses the
HttpCookie instances from the HttpHeader
value. |
Modifier and Type | Method and Description |
---|---|
static HttpHeader |
HttpCookieUtil.addHttpCookie(HttpCookie cookie,
HttpResponse response)
Adds the
HttpCookie to the HttpResponse . |
Copyright © 2005–2016. All rights reserved.