GWT 2.1.0

Uses of Package
com.google.gwt.http.client

Packages that use com.google.gwt.http.client
com.google.gwt.http.client Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses. 
com.google.gwt.requestfactory.client   
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. 
 

Classes in com.google.gwt.http.client used by com.google.gwt.http.client
Header
          Class for describing an HTTP header.
Request
          An HTTP request that is waiting for a response.
RequestBuilder.Method
          HTTP request method constants.
RequestCallback
          The primary interface a caller must implement to receive a response to a Request.
RequestException
          RequestException is the superclass for the HTTP request related exceptions.
Response
          Wrapper which provides access to the components of an HTTP response.
UrlBuilder
          Utility class to build a URL from components.
 

Classes in com.google.gwt.http.client used by com.google.gwt.requestfactory.client
RequestBuilder
          Builder for constructing Request objects.
RequestCallback
          The primary interface a caller must implement to receive a response to a Request.
 

Classes in com.google.gwt.http.client used by com.google.gwt.requestfactory.shared
Response
          Wrapper which provides access to the components of an HTTP response.
 

Classes in com.google.gwt.http.client used by com.google.gwt.user.client
UrlBuilder
          Utility class to build a URL from components.
 

Classes in com.google.gwt.http.client used by com.google.gwt.user.client.rpc
RequestBuilder
          Builder for constructing Request objects.
RequestCallback
          The primary interface a caller must implement to receive a response to a Request.
 


GWT 2.1.0