Package com.google.gwt.http.client
Class Header
- java.lang.Object
-
- com.google.gwt.http.client.Header
-
public abstract class Header extends java.lang.ObjectClass for describing an HTTP header.Required Module
Modules that use this class should inheritcom.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 Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringgetName()Returns the name of the HTTP header.abstract java.lang.StringgetValue()Returns the value of the HTTP header.
-