Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.http.util | |
org.glassfish.grizzly.servlet |
Modifier and Type | Method and Description |
---|---|
Cookie |
Cookies.findByName(String cookieName) |
Cookie[] |
Cookies.get() |
Cookie |
Cookies.getNextUnusedCookie() |
Modifier and Type | Field and Description |
---|---|
protected Cookie[] |
Request.cookies
The set of cookies associated with this Request.
|
Modifier and Type | Method and Description |
---|---|
Cookie[] |
Response.getCookies()
Return an array of all cookies set for this response, or
a zero-length array if no cookies have been set.
|
Cookie[] |
Request.getCookies()
Return the set of Cookies received with this Request.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.addCookie(Cookie cookie)
Add the specified Cookie to those that will be included with
this Response.
|
void |
Request.addCookie(Cookie cookie)
Add a Cookie to the set of Cookies associated with this Request.
|
protected void |
Response.addSessionCookieInternal(Cookie cookie)
Special method for adding a session cookie as we should be overriding
any previous
|
protected void |
Request.configureSessionCookie(Cookie cookie)
Configures the given session cookie.
|
void |
SessionManager.configureSessionCookie(Request request,
Cookie cookie)
Configure session cookie before adding it to the
Request.getResponse() . |
void |
DefaultSessionManager.configureSessionCookie(Request request,
Cookie cookie) |
void |
Request.setCookies(Cookie[] cookies)
Set the set of cookies received with this Request.
|
Modifier and Type | Method and Description |
---|---|
static void |
CookieSerializerUtils.serializeClientCookies(Buffer buf,
boolean versionOneStrictCompliance,
Cookie... cookies) |
static void |
CookieSerializerUtils.serializeClientCookies(Buffer buf,
Cookie... cookies) |
static void |
CookieSerializerUtils.serializeClientCookies(StringBuilder buf,
boolean versionOneStrictCompliance,
boolean rfc6265Support,
Cookie... cookies) |
static void |
CookieSerializerUtils.serializeClientCookies(StringBuilder buf,
Cookie... cookies) |
static void |
CookieSerializerUtils.serializeServerCookie(Buffer buf,
boolean versionOneStrictCompliance,
boolean alwaysAddExpires,
Cookie cookie) |
static void |
CookieSerializerUtils.serializeServerCookie(Buffer buf,
Cookie cookie) |
static void |
CookieSerializerUtils.serializeServerCookie(StringBuilder buf,
boolean versionOneStrictCompliance,
boolean rfc6265Support,
boolean alwaysAddExpires,
Cookie cookie) |
static void |
CookieSerializerUtils.serializeServerCookie(StringBuilder buf,
Cookie cookie) |
Modifier and Type | Class and Description |
---|---|
class |
CookieWrapper
Simple Wrapper around
Cookie . |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequestImpl.getGrizzlyCookies() |
Modifier and Type | Method and Description |
---|---|
void |
ServletSessionManager.configureSessionCookie(Request request,
Cookie cookie) |
Copyright © 2015 Oracle Corporation. All rights reserved.