GWT 2.1.0

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

Packages that use Response
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.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

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

Methods in com.google.gwt.http.client with parameters of type Response
 void RequestCallback.onResponseReceived(Request request, Response response)
          Called when a pending Request completes normally.
 

Uses of Response in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return Response
 Response RequestEvent.getResponse()
           
 

Constructors in com.google.gwt.requestfactory.shared with parameters of type Response
RequestEvent(RequestEvent.State state, Response response)
           
 


GWT 2.1.0