org.apache.http.impl.nio.codecs
Class HttpResponseWriter
java.lang.Object
org.apache.http.impl.nio.codecs.AbstractMessageWriter
org.apache.http.impl.nio.codecs.HttpResponseWriter
- All Implemented Interfaces:
- NHttpMessageWriter
Deprecated. use DefaultHttpResponseWriter
@Deprecated
public class HttpResponseWriter
- extends AbstractMessageWriter
Default NHttpMessageWriter
implementation for HttpResponse
s.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpResponseWriter
public HttpResponseWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
- Deprecated.
writeHeadLine
protected void writeHeadLine(HttpMessage message)
throws IOException
- Deprecated.
- Description copied from class:
AbstractMessageWriter
- Writes out the first line of
HttpMessage
.
- Specified by:
writeHeadLine
in class AbstractMessageWriter
- Parameters:
message
- HTTP message.
- Throws:
IOException
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.