Uses of Class
com.google.gwt.http.client.Request
Packages that use 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
Methods in com.google.gwt.http.client that return RequestModifier 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.Methods in com.google.gwt.http.client with parameters of type RequestModifier and TypeMethodDescriptionvoid
Called when aRequest
does not complete normally.void
RequestCallback.onResponseReceived
(Request request, Response response) Called when a pendingRequest
completes normally.Constructors in com.google.gwt.http.client with parameters of type RequestModifierConstructorDescriptionRequestTimeoutException
(Request request, int timeoutMillis) Constructs a timeout exception for the givenRequest
.