public abstract class Header
extends java.lang.Object
com.google.gwt.http.HTTP
.
<module> <!-- other inherited modules, such as com.google.gwt.user.User --> <inherits name="com.google.gwt.http.HTTP"/> <!-- additional module settings --> </module>
Constructor and Description |
---|
Header() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName()
Returns the name of the HTTP header.
|
abstract java.lang.String |
getValue()
Returns the value of the HTTP header.
|