|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.util.net.HeaderMap.Header
| Constructor Summary | |
HeaderMap.Header(String fieldName,
String fieldValue)
Constructs a new Header with the specified
fieldName and fieldValue. |
|
| Method Summary | |
boolean |
equals(Object object)
|
String |
getFieldName()
Returns the field name of this Header. |
String |
getFieldValue()
Returns the field value of this Header. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HeaderMap.Header(String fieldName,
String fieldValue)
Constructs a new Header with the specified
fieldName and fieldValue.
fieldName - the field name of the Header to be
created.fieldValue - the field value of the Header to be
created.| Method Detail |
public boolean equals(Object object)
public String getFieldName()
Returns the field name of this Header.
Header.public String getFieldValue()
Returns the field value of this Header.
Header.public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||