|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class defines the basic functionality of a class capable of writing an HTTP message.
Method Summary | |
boolean |
getCloseConnection()
Determines whether or not the connection this HTTPMessage was sent on should be terminated after sending. |
void |
writeMessageBody(java.io.OutputStream os)
Writes the message body for this message to the specified OutputStream. |
void |
writeMessageHeaders(java.io.OutputStream os)
Writes out the HTTP headers for this message to the specified OutputStream. |
Method Detail |
public void writeMessageHeaders(java.io.OutputStream os) throws java.io.IOException
os
- the OutputStream to write to
java.io.IOException
public void writeMessageBody(java.io.OutputStream os) throws java.io.IOException
os
- the OutputStream to write to
java.io.IOException
public boolean getCloseConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |