|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.http.client.Header
public abstract class Header
Class for describing an HTTP header.
com.google.gwt.http.HTTP.
| Constructor Summary | |
|---|---|
Header()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
Returns the name of the HTTP header. |
abstract java.lang.String |
getValue()
Returns the value of the HTTP header. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Header()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||