| |
|
| java.lang.Object com.google.gwt.http.client.Header
Header | abstract public class Header (Code) | | Class for describing an HTTP header.
Required Module
Modules that use this class should inherit
com.google.gwt.http.HTTP .
|
Method Summary | |
abstract public String | getName() Returns the name of the HTTP header. | abstract public String | getValue() Returns the value of the HTTP header. |
getName | abstract public String getName()(Code) | | Returns the name of the HTTP header.
name of the HTTP header |
getValue | abstract public String getValue()(Code) | | Returns the value of the HTTP header.
value of the HTTP header |
|
|
|