|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.impl.io.AbstractMessageWriter
org.apache.http.impl.io.HttpRequestWriter
public class HttpRequestWriter
HTTP request writer that serializes its output to an instance
of SessionOutputBuffer
.
Field Summary |
---|
Fields inherited from class org.apache.http.impl.io.AbstractMessageWriter |
---|
lineBuf, lineFormatter, sessionBuffer |
Constructor Summary | |
---|---|
HttpRequestWriter(SessionOutputBuffer buffer,
LineFormatter formatter,
HttpParams params)
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.http.impl.io.AbstractMessageWriter |
---|
write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpRequestWriter(SessionOutputBuffer buffer, LineFormatter formatter, HttpParams params)
Method Detail |
---|
protected void writeHeadLine(HttpMessage message) throws java.io.IOException
AbstractMessageWriter
HttpMessage
passed as a parameter.
writeHeadLine
in class AbstractMessageWriter
message
- the message whose first line is to be written out.
java.io.IOException
- in case of an I/O error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |