Uses of Class
com.google.gwt.http.client.Request
Package
Description
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
Modifier and TypeMethodDescriptionRequestTimeoutException.getRequest()
Returns theRequest
instance which timed out.RequestBuilder.send()
Sends an HTTP request based on the current builder configuration.RequestBuilder.sendRequest
(String requestData, RequestCallback callback) Sends an HTTP request based on the current builder configuration with the specified data and callback.Modifier and TypeMethodDescriptionvoid
Called when aRequest
does not complete normally.void
RequestCallback.onResponseReceived
(Request request, Response response) Called when a pendingRequest
completes normally.ModifierConstructorDescriptionRequestTimeoutException
(Request request, int timeoutMillis) Constructs a timeout exception for the givenRequest
.