rabbit.http
Class HTTPFooter

java.lang.Object
  extended by rabbit.http.GeneralHeader
      extended by rabbit.http.HTTPFooter
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class HTTPFooter
extends GeneralHeader

A class to handle a HTTP Footer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class rabbit.http.GeneralHeader
GeneralHeader.Header
 
Field Summary
 
Fields inherited from class rabbit.http.GeneralHeader
CRLF, headerCache, headers, strictHTTP
 
Constructor Summary
HTTPFooter()
          Create a new HTTPHeader from scratch
HTTPFooter(java.io.DataInputStream in)
          Create a new HTTPHeader from scratch
 
Method Summary
 
Methods inherited from class rabbit.http.GeneralHeader
addHeader, copyHeader, getCachedString, getHeader, getHeaders, readExternal, readHeader, readHeader, readLine, removeHeader, removeValue, setExistingValue, setHeader, setStrictHTTP, toString, writeExternal
 
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

Throws:
java.io.IOException