Class Header

java.lang.Object
com.google.gwt.http.client.Header

public abstract class Header extends Object
Class for describing an HTTP header.

Required Module

Modules that use this class should inherit 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 Details

    • Header

      public Header()
  • Method Details

    • getName

      public abstract String getName()
      Returns the name of the HTTP header.
      Returns:
      name of the HTTP header
    • getValue

      public abstract String getValue()
      Returns the value of the HTTP header.
      Returns:
      value of the HTTP header