Signal that we're done with the headers, and body will follow.
Any implementation needs to notify ContextManager, to allow
interceptors to fix headers.
setBytesWritten
public void setBytesWritten(long bytesWritten)(Code)
setCharacterEncoding
public void setCharacterEncoding(String charset)(Code)
Sets the content type.
This method must preserve any response charset that may already have
been set via a call to response.setContentType(), response.setLocale(),
or response.setCharacterEncoding().
Parameters: type - the content type