|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectde.xeinfach.kafenio.urlfetch.HTTPHeader
Description: Represents an HTTP header.
| Constructor Summary | |
HTTPHeader(java.lang.String newKey,
java.lang.String newValue)
Generates a new header from the given key and value. |
|
| Method Summary | |
java.lang.String |
getKey()
Gets the key portion of the parameter. |
java.lang.String |
getValue()
Gets the value portion of the parameter. |
void |
setKey(java.lang.String newKey)
Sets the key portion of the parameter. |
void |
setValue(java.lang.String newValue)
Sets the value portion of the parameter. |
java.lang.String |
toString()
A string representation of the header. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HTTPHeader(java.lang.String newKey,
java.lang.String newValue)
newKey - The key portion of the header.newValue - The value portion of the header.| Method Detail |
public java.lang.String getKey()
public void setKey(java.lang.String newKey)
newKey - The key.public java.lang.String getValue()
public void setValue(java.lang.String newValue)
newValue - The value.public java.lang.String toString()
|
Kafenio.editor 0.8.5 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||