Package | Description |
---|---|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestPermissionException
Exception thrown when the
RequestBuilder 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.
|
Modifier and Type | Method and 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.
|