public class HttpRequestWriter extends AbstractMessageWriter
SessionOutputBuffer
.lineBuf, lineFormatter, sessionBuffer
Constructor and Description |
---|
HttpRequestWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params) |
Modifier and Type | Method and Description |
---|---|
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. |
write
public HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
protected void writeHeadLine(HttpMessage message) throws IOException
AbstractMessageWriter
HttpMessage
passed as a parameter.writeHeadLine
in class AbstractMessageWriter
message
- the message whose first line is to be written out.IOException
- in case of an I/O error.Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.