Class Header.HeaderEntry

java.lang.Object
  |
  +--Header.HeaderEntry
Enclosing class:
Header

protected class Header.HeaderEntry
extends java.lang.Object

This class holds a header entry, that has the folowing form "type: some text"


Method Summary
 void append(java.lang.String s)
          append a new string to a header, the CRLF is put by this method
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

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

append

public void append(java.lang.String s)
append a new string to a header, the CRLF is put by this method