RestOptions.setResponseCharset

Sets the default charset to be applied when reading the response if the charset is not found in the response header Content-Type.

For example: Content-Type: text/html; charset=UTF-8.

ISO-8859-1 is the default charset applied if no charset is supplied.

Parameters

java.lang.String  responseCharset,