Sets the character set to use to perform the request. The default value is java.nio.charset.StandardCharsets#ISO_8859_1. @param charset the character set to use to perform the request
(final Charset charset)
| 627 | * @param charset the character set to use to perform the request |
| 628 | */ |
| 629 | public void setCharset(final Charset charset) { |
| 630 | charset_ = charset; |
| 631 | } |
| 632 | |
| 633 | /** |
| 634 | * @return the default character set to use for the response when it does not specify one. |
no outgoing calls