rabbit.http
Class HTTPFooter

java.lang.Object
  |
  +--rabbit.http.GeneralHeader
        |
        +--rabbit.http.HTTPFooter
All Implemented Interfaces:
java.io.Serializable

public class HTTPFooter
extends GeneralHeader

A class to handle a HTTP Footer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class rabbit.http.GeneralHeader
GeneralHeader.Header
 
Field Summary
 
Fields inherited from class rabbit.http.GeneralHeader
CRLF, headers
 
Constructor Summary
HTTPFooter()
          Create a new HTTPHeader from scratch
HTTPFooter(java.io.DataInputStream in)
          Create a new HTTPHeader from scratch
 
Methods inherited from class rabbit.http.GeneralHeader
addHeader, getHeader, getHeaders, readHeader, readHeader, readLine, removeHeader, removeValue, setExistingValue, setHeader, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPFooter

public HTTPFooter()
Create a new HTTPHeader from scratch


HTTPFooter

public HTTPFooter(java.io.DataInputStream in)
           throws java.io.IOException
Create a new HTTPHeader from scratch