public class Header
extends java.lang.Object
| Constructor and Description |
|---|
Header (java.lang.String name,
java.lang.String value)
Construct a header.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName ()
Returns the name of this header.
|
java.lang.String |
getValue ()
Returns the value of this header.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Header(java.lang.String name, java.lang.String value)
name - name of the headervalue - value of the headerpublic java.lang.String getName()
public java.lang.String getValue()