public class

HttpResponseWriter

extends AbstractMessageWriter
java.lang.Object
   ↳ org.apache.http.impl.io.AbstractMessageWriter
     ↳ org.apache.http.impl.io.HttpResponseWriter

Class Overview

HTTP response writer that serializes its output to an instance of SessionOutputBuffer.

Summary

[Expand]
Inherited Fields
From class org.apache.http.impl.io.AbstractMessageWriter
Public Constructors
HttpResponseWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
Protected Methods
void writeHeadLine(HttpMessage message)
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
[Expand]
Inherited Methods
From class org.apache.http.impl.io.AbstractMessageWriter
From class java.lang.Object
From interface org.apache.http.io.HttpMessageWriter

Public Constructors

public HttpResponseWriter (SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)

Protected Methods

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.

Parameters
message the message whose first line is to be written out.
Throws
IOException