Uses of Class
com.google.gwt.http.client.Request
-
Packages that use Request Package Description 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 Modifier and Type Method Description RequestRequestTimeoutException. getRequest()Returns theRequestinstance which timed out.RequestRequestBuilder. send()Sends an HTTP request based on the current builder configuration.RequestRequestBuilder. 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 Modifier and Type Method Description voidRequestCallback. onError(Request request, java.lang.Throwable exception)Called when aRequestdoes not complete normally.voidRequestCallback. onResponseReceived(Request request, Response response)Called when a pendingRequestcompletes normally.Constructors in com.google.gwt.http.client with parameters of type Request Constructor Description RequestTimeoutException(Request request, int timeoutMillis)Constructs a timeout exception for the givenRequest.
-