|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cookie | |
---|---|
com.sun.grizzly.http.servlet | |
com.sun.grizzly.tcp.http11 |
Uses of Cookie in com.sun.grizzly.http.servlet |
---|
Subclasses of Cookie in com.sun.grizzly.http.servlet | |
---|---|
class |
CookieWrapper
Simple Wrapper around Cookie . |
Methods in com.sun.grizzly.http.servlet that return Cookie | |
---|---|
Cookie[] |
HttpServletRequestImpl.getGrizzlyCookies()
|
Uses of Cookie in com.sun.grizzly.tcp.http11 |
---|
Fields in com.sun.grizzly.tcp.http11 declared as Cookie | |
---|---|
protected Cookie[] |
GrizzlyRequest.cookies
The set of cookies associated with this Request. |
Methods in com.sun.grizzly.tcp.http11 that return Cookie | |
---|---|
Cookie[] |
GrizzlyRequest.getCookies()
Return the set of Cookies received with this Request. |
Cookie[] |
GrizzlyResponse.getCookies()
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set. |
protected Cookie |
GrizzlyRequest.makeCookie(ServerCookie scookie)
|
protected Cookie |
GrizzlyRequest.makeCookie(ServerCookie scookie,
boolean decode)
|
Methods in com.sun.grizzly.tcp.http11 with parameters of type Cookie | |
---|---|
void |
GrizzlyRequest.addCookie(Cookie cookie)
Add a Cookie to the set of Cookies associated with this Request. |
void |
GrizzlyResponse.addCookie(Cookie cookie)
Add the specified Cookie to those that will be included with this Response. |
protected void |
GrizzlyRequest.configureSessionCookie(Cookie cookie)
Configures the given JSESSIONID cookie. |
void |
GrizzlyRequest.setCookies(Cookie[] cookies)
Set the set of cookies recieved with this Request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |