| Package | Description |
|---|---|
| javax.servlet.http |
| Modifier and Type | Method and Description |
|---|---|
Cookie[] |
HttpServletRequest.getCookies()
Returns an array of all cookies sent by the client.
|
Cookie[] |
HttpServletRequestWrapper.getCookies()
Returns an array of all cookies sent by the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServletResponseWrapper.addCookie(Cookie cookie)
Sends a new cookie to the client.
|
void |
HttpServletResponse.addCookie(Cookie cookie)
Sends a new cookie to the client.
|