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 RpcRequestBuilderInitialize the RpcRequestBuilder.final RpcRequestBuilderRpcRequestBuilder.setCallback(RequestCallback callback) Sets the RequestCallback to be used by the RequestBuilder.final RpcRequestBuilderRpcRequestBuilder.setContentType(String contentType) Sets the MIME content type to be used by the RequestBuilder.final RpcRequestBuilderRpcRequestBuilder.setRequestData(String data) Sets the request data to be sent in the request.final RpcRequestBuilderRpcRequestBuilder.setRequestId(int id) Sets the request id of the request.Methods in com.google.gwt.user.client.rpc with parameters of type RpcRequestBuilderModifier and TypeMethodDescriptionvoidServiceDefTarget.setRpcRequestBuilder(RpcRequestBuilder builder) Sets the RpcRequestBuilder that should be used by the service implementation.