@NotThreadSafe public class DefaultHttpResponseWriter extends AbstractMessageWriter<HttpResponse>
NHttpMessageWriter implementation for HttpResponses.lineBuf, lineFormatter, sessionBuffer| Constructor and Description |
|---|
DefaultHttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeHeadLine(HttpResponse message)
Writes out the first line of
HttpMessage. |
reset, writepublic DefaultHttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
protected void writeHeadLine(HttpResponse message) throws IOException
AbstractMessageWriterHttpMessage.writeHeadLine in class AbstractMessageWriter<HttpResponse>message - HTTP message.IOExceptionCopyright © 2005–2013 The Apache Software Foundation. All rights reserved.