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 classRequestPermissionExceptionException thrown when theRequestBuilderattempts to make a request to a URL which violates the Same-Origin Security Policy.classRequestTimeoutExceptionThrown to indicate that an HTTP request has timed out.Methods in com.google.gwt.http.client that throw RequestException Modifier and Type Method Description 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.
-