Uses of Interface
com.google.gwt.http.client.RequestCallback
Package
Description
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
Classes used in client-side implementation of remote procedure calls.
A package for managing client-server requests.
-
Uses of RequestCallback in com.google.gwt.http.client
Modifier and TypeMethodDescriptionRequestBuilder.getCallback()
Returns the callback previously set byRequestBuilder.setCallback(RequestCallback)
, ornull
if no callback was set.Modifier and TypeMethodDescription(package private) void
Request.fireOnResponseReceived
(RequestCallback callback) RequestBuilder.sendRequest
(String requestData, RequestCallback callback) Sends an HTTP request based on the current builder configuration with the specified data and callback.void
RequestBuilder.setCallback
(RequestCallback callback) Sets the response handler for this request.ModifierConstructorDescription(package private)
Request
(XMLHttpRequest xmlHttpRequest, int timeoutMillis, RequestCallback callback) Constructs an instance of the Request object. -
Uses of RequestCallback in com.google.gwt.user.client.rpc
Modifier and TypeMethodDescriptionprotected void
RpcRequestBuilder.doSetCallback
(RequestBuilder rb, RequestCallback callback) final RpcRequestBuilder
RpcRequestBuilder.setCallback
(RequestCallback callback) Sets the RequestCallback to be used by the RequestBuilder. -
Uses of RequestCallback in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeMethodDescriptionprotected RequestCallback
DefaultRequestTransport.createRequestCallback
(RequestTransport.TransportReceiver receiver) Creates a RequestCallback that maps the HTTP response onto theTransportReceiver
interface.