GWT 2.7.0

Uses of Class
com.google.gwt.http.client.Header

Packages that use Header
com.google.gwt.http.client Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses. 
 

Uses of Header in com.google.gwt.http.client
 

Methods in com.google.gwt.http.client that return Header
 Header[] ResponseImpl.getHeaders()
           
abstract  Header[] Response.getHeaders()
          Returns an array of HTTP headers associated with this response.
 


GWT 2.7.0