|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.enterprise.admin.remote.Header
public final class Header
The Header class stores a name/value pair to represent headers.
| Constructor Summary | |
|---|---|
Header(String name,
String value)
Construct a Header object. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this header. |
String |
getValue()
Returns the value of this header. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Header(String name,
String value)
name - name of the headervalue - value of the header| Method Detail |
|---|
public String getName()
public String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||