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