rabbit.http
Class GeneralHeader.Header

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

protected class GeneralHeader.Header
extends java.lang.Object
implements java.io.Serializable

This class holds a header value, that is a "type: some text"

See Also:
Serialized Form

Method Summary
 void append(java.lang.String s)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

append

public void append(java.lang.String s)