Package | Description |
---|---|
javax.servlet.http | |
winstone |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
HttpServletRequest.getCookies() |
Cookie[] |
HttpServletRequestWrapper.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
HttpServletResponseWrapper.addCookie(Cookie cookie) |
void |
HttpServletResponse.addCookie(Cookie cookie) |
Modifier and Type | Field and Description |
---|---|
protected Cookie[] |
WinstoneRequest.cookies |
Modifier and Type | Method and Description |
---|---|
Cookie[] |
WinstoneRequest.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
WinstoneResponse.addCookie(Cookie cookie) |
java.lang.String |
WinstoneResponse.writeCookie(Cookie cookie)
Writes out the http header for a single cookie
|
Copyright © 2014. All Rights Reserved.