|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpHeader
A HTTP header entry which will be delivered in the header of the low-level HTTP response.
| Method Summary | |
|---|---|
String |
getKey()
|
Object |
getValue()
|
Object |
setValue(Object value)
|
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Method Detail |
|---|
String getKey()
getKey in interface Map.Entry<String,Object>Object getValue()
getValue in interface Map.Entry<String,Object>String, Integer or Date.Object setValue(Object value)
setValue in interface Map.Entry<String,Object>value - The HTTP paramter value. This may be a String, Integer or Date.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||