public interface HttpServletResponse extends ServletResponse
| Modifier and Type | Method and Description |
|---|---|
void |
addCookie(Cookie cookie) |
void |
addHeader(String header,
String value) |
String |
encodeRedirectUrl(String url) |
String |
encodeRedirectURL(String url) |
String |
encodeUrl(String url) |
String |
encodeURL(String url) |
void |
sendRedirect(String url) |
void |
setHeader(String header,
String value) |
getOutputStream, getWriter, setContentTypevoid addCookie(Cookie cookie)
void sendRedirect(String url) throws IOException
IOExceptionCopyright © 2022. All rights reserved.