rabbit.http
Class MultipartHeader

java.lang.Object
  extended by rabbit.http.GeneralHeader
      extended by rabbit.http.MultipartHeader
All Implemented Interfaces:
Storable

public class MultipartHeader
extends GeneralHeader

A header suitable for multi part handling.

Author:
Robert Olofsson

Field Summary
 
Fields inherited from class rabbit.http.GeneralHeader
headers
 
Constructor Summary
MultipartHeader(String header)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 String toString()
          Get the text value of this header
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class rabbit.http.GeneralHeader
addHeader, addHeader, copyHeader, fillBuffer, getHeader, getHeaders, read, removeHeader, removeValue, setExistingValue, setHeader, size, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipartHeader

public MultipartHeader(String header)
Method Detail

toString

public String toString()
Description copied from class: GeneralHeader
Get the text value of this header

Overrides:
toString in class GeneralHeader
Returns:
a String describing this GeneralHeader.

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException