Overrides the name of the character encoding used in the body of this request. This method must be called prior to reading request parameters or reading input using getReader(). @param encoding a String containing the name of the character encoding @throws UnsupportedEncodingException if t
(String encoding)
| 89 | * @throws UnsupportedEncodingException if this is not a valid encoding |
| 90 | */ |
| 91 | void setCharacterEncoding(String encoding) throws UnsupportedEncodingException; |
| 92 | |
| 93 | |
| 94 | /** |
no outgoing calls