Sets the content type of the response being sent to the client, if the response has not been committed yet. The given content type may include a character encoding specification, for example, text/html;charset=UTF-8 . The response's character encoding is only set from the given content t
(String type)
| 228 | * @see #getWriter |
| 229 | */ |
| 230 | void setContentType(String type); |
| 231 | |
| 232 | /** |
| 233 | * Sets the preferred buffer size for the body of the response. The servlet container will use a buffer at least as |
no outgoing calls