| Package | Description |
|---|---|
| com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
| com.google.gwt.user.client.rpc.impl |
| Modifier and Type | Method and Description |
|---|---|
Request |
RequestBuilder.send()
Sends an HTTP request based on the current builder configuration.
|
Request |
RequestBuilder.sendRequest(String requestData,
RequestCallback callback)
Sends an HTTP request based on the current builder configuration with the
specified data and callback.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
FailingRequestBuilder.send() |
Request |
FailingRequestBuilder.sendRequest(String requestData,
RequestCallback callback) |
Copyright © 2018. All rights reserved.