public abstract class

Header

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

Class Overview

Class for describing an HTTP header.

Required Module

Modules that use this class should inherit com.google.gwt.http.HTTP. {@gwt.include com/google/gwt/examples/http/InheritsExample.gwt.xml}

Summary

Public Constructors
Header()
Public Methods
abstract String getName()
Returns the name of the HTTP header.
abstract String getValue()
Returns the value of the HTTP header.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Header ()

Public Methods

public abstract String getName ()

Returns the name of the HTTP header.

Returns
  • name of the HTTP header

public abstract String getValue ()

Returns the value of the HTTP header.

Returns
  • value of the HTTP header