| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HTTPMessage
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 | 
|---|
void writeMessageHeaders(java.io.OutputStream os)
                         throws java.io.IOException
os - the OutputStream to write to
java.io.IOException
void writeMessageBody(java.io.OutputStream os)
                      throws java.io.IOException
os - the OutputStream to write to
java.io.IOExceptionboolean getCloseConnection()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||