HttpMessageWriter<HttpResponse>DefaultHttpResponseWriter@Deprecated public class HttpResponseWriter extends AbstractMessageWriter<HttpResponse>
SessionOutputBuffer.lineBuf, lineFormatter, sessionBuffer| Constructor | Description |
|---|---|
HttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
writeHeadLine(HttpResponse message) |
Deprecated.
Subclasses must override this method to write out the first header line
based on the
HttpMessage passed as a parameter. |
writepublic HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
protected void writeHeadLine(HttpResponse message) throws java.io.IOException
AbstractMessageWriterHttpMessage passed as a parameter.writeHeadLine in class AbstractMessageWriter<HttpResponse>message - the message whose first line is to be written out.java.io.IOException - in case of an I/O error.