Uses of Class
com.google.gwt.user.client.rpc.RpcRequestBuilder
Packages that use RpcRequestBuilder
Package
Description
Classes used in client-side implementation of remote procedure calls.
-
Uses of RpcRequestBuilder in com.google.gwt.user.client.rpc
Methods in com.google.gwt.user.client.rpc that return RpcRequestBuilderModifier and TypeMethodDescriptionfinal RpcRequestBuilder
Initialize the RpcRequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setCallback
(RequestCallback callback) Sets the RequestCallback to be used by the RequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setContentType
(String contentType) Sets the MIME content type to be used by the RequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setRequestData
(String data) Sets the request data to be sent in the request.final RpcRequestBuilder
RpcRequestBuilder.setRequestId
(int id) Sets the request id of the request.Methods in com.google.gwt.user.client.rpc with parameters of type RpcRequestBuilderModifier and TypeMethodDescriptionvoid
ServiceDefTarget.setRpcRequestBuilder
(RpcRequestBuilder builder) Sets the RpcRequestBuilder that should be used by the service implementation.