Package com.google.gwt.http.client
Class Header
java.lang.Object
com.google.gwt.http.client.Header
Class 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
-
Method Summary
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
getName
Returns the name of the HTTP header.- Returns:
- name of the HTTP header
-
getValue
Returns the value of the HTTP header.- Returns:
- value of the HTTP header
-