|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.http.impl.io.AbstractMessageWriter
org.apache.http.impl.io.HttpResponseWriter
public class HttpResponseWriter
HTTP response writer that serializes its output to an instance
of SessionOutputBuffer.
| Field Summary |
|---|
| Fields inherited from class org.apache.http.impl.io.AbstractMessageWriter |
|---|
lineBuf, lineFormatter, sessionBuffer |
| Constructor Summary | |
|---|---|
HttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
|
|
| Method Summary | |
|---|---|
protected void |
writeHeadLine(HttpMessage message)
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter. |
| Methods inherited from class org.apache.http.impl.io.AbstractMessageWriter |
|---|
write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
| Method Detail |
|---|
protected void writeHeadLine(HttpMessage message)
throws java.io.IOException
AbstractMessageWriterHttpMessage passed as a parameter.
writeHeadLine in class AbstractMessageWritermessage - the message whose first line is to be written out.
java.io.IOException - in case of an I/O error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||