Uses of Class
com.google.gwt.http.client.RequestException
-
Packages that use RequestException 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 RequestException in com.google.gwt.http.client
Subclasses of RequestException in com.google.gwt.http.client Modifier and Type Class Description class
RequestPermissionException
Exception thrown when theRequestBuilder
attempts to make a request to a URL which violates the Same-Origin Security Policy.class
RequestTimeoutException
Thrown to indicate that an HTTP request has timed out.Methods in com.google.gwt.http.client that throw RequestException Modifier and Type Method Description 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.
-