org.apache.http.impl.io
Class AbstractMessageWriter
java.lang.Object
org.apache.http.impl.io.AbstractMessageWriter
- All Implemented Interfaces:
- HttpMessageWriter
- Direct Known Subclasses:
- HttpRequestWriter, HttpResponseWriter
public abstract class AbstractMessageWriter
- extends java.lang.Object
- implements HttpMessageWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionBuffer
protected final SessionOutputBuffer sessionBuffer
lineBuf
protected final CharArrayBuffer lineBuf
lineFormatter
protected final LineFormatter lineFormatter
AbstractMessageWriter
public AbstractMessageWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
writeHeadLine
protected abstract void writeHeadLine(HttpMessage message)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(HttpMessage message)
throws java.io.IOException,
HttpException
- Specified by:
write
in interface HttpMessageWriter
- Throws:
java.io.IOException
HttpException
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.