public interface ResponseContent
HttpServletResponse.| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset()
Get the
Charset with which response output is encoded. |
byte[] |
getContents()
Get the contents of this buffer.
|
void |
setCharset(Charset charset)
Set the
Charset with which response output will be encoded. |
void |
setContents(byte[] contents)
Set the contents of this buffer.
|
Copyright © 2023 OCPsoft. All rights reserved.