Frames | No Frames |
Methods with parameter type javax.servlet.http.Cookie | |
void | Adds the specified cookie to the response. |
void | The default behavior of this method is to call addCookie(Cookie cookie)
on the wrapped response object. |
Methods with return type javax.servlet.http.Cookie | |
Cookie[] |
Returns an array containing all of the Cookie
objects the client sent with this request. |
Cookie[] | The default behavior of this method is to return getCookies()
on the wrapped request object. |