void setResponseContent(Object context, Object content, boolean commitResponse)
void setResponseContent(Object context, Object content, boolean commitResponse)
Name | Type | Description |
---|---|---|
context | Object | The context (AsyncContext) associated with a servlet request/response. |
content | Object | The String/byte[] response content. |
commitResponse | boolean | Whether response should be immediately committed or not. |
Type | Description |
---|---|
void |