Uses of Class
com.google.gwt.http.client.RequestException
Package
Description
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
-
Uses of RequestException in com.google.gwt.http.client
Modifier and TypeClassDescriptionclass
Exception thrown when theRequestBuilder
attempts to make a request to a URL which violates the Same-Origin Security Policy.class
Thrown to indicate that an HTTP request has timed out.Modifier and TypeMethodDescriptionRequestBuilder.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.