Returns the current character set. @return The current character set @deprecated Unused. Will be removed in Tomcat 12.
()
| 622 | * @deprecated Unused. Will be removed in Tomcat 12. |
| 623 | */ |
| 624 | @Deprecated |
| 625 | public Charset getCharset() { |
| 626 | return charsetHolder.getCharset(); |
| 627 | } |
| 628 | |
| 629 | |
| 630 | /** |
nothing calls this directly
no test coverage detected