GWT 2.7.0

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

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

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

Methods in com.google.gwt.http.client that return Request
 Request RequestTimeoutException.getRequest()
          Returns the Request instance which timed out.
 Request RequestBuilder.send()
          Sends an HTTP request based on the current builder configuration.
 Request RequestBuilder.sendRequest(java.lang.String requestData, RequestCallback callback)
          Sends an HTTP request based on the current builder configuration with the specified data and callback.
 

Methods in com.google.gwt.http.client with parameters of type Request
 void RequestCallback.onError(Request request, java.lang.Throwable exception)
          Called when a Request does not complete normally.
 void RequestCallback.onResponseReceived(Request request, Response response)
          Called when a pending Request completes normally.
 

Constructors in com.google.gwt.http.client with parameters of type Request
RequestTimeoutException(Request request, int timeoutMillis)
          Constructs a timeout exception for the given Request.
 


GWT 2.7.0