Uses of Class
com.google.gwt.http.client.RequestBuilder
Packages that use RequestBuilder
Package
Description
Classes used in client-side implementation of remote procedure calls.
A package for managing client-server requests.
-
Uses of RequestBuilder in com.google.gwt.user.client.rpc
Methods in com.google.gwt.user.client.rpc that return RequestBuilderModifier and TypeMethodDescriptionprotected RequestBuilderCalled byRpcRequestBuilder.create(java.lang.String)to instantiate the RequestBuilder object.final RequestBuilderRpcRequestBuilder.finish()This method must be called to return the RequestBuilder that the RPC request will be made with.Methods in com.google.gwt.user.client.rpc with parameters of type RequestBuilderModifier and TypeMethodDescriptionprotected voidRpcRequestBuilder.doFinish(RequestBuilder rb) Called byRpcRequestBuilder.finish()prior to returning the RequestBuilder to the caller.protected voidRpcRequestBuilder.doSetCallback(RequestBuilder rb, RequestCallback callback) protected voidRpcRequestBuilder.doSetContentType(RequestBuilder rb, String contentType) protected voidRpcRequestBuilder.doSetRequestData(RequestBuilder rb, String data) protected voidRpcRequestBuilder.doSetRequestId(RequestBuilder rb, int id) Called byRpcRequestBuilder.setRequestId(int). -
Uses of RequestBuilder in com.google.web.bindery.requestfactory.gwt.client
Methods in com.google.web.bindery.requestfactory.gwt.client that return RequestBuilderModifier and TypeMethodDescriptionprotected RequestBuilderDefaultRequestTransport.createRequestBuilder()Constructs aRequestBuilderusing thePOSTmethod sent to the URL returned fromDefaultRequestTransport.getRequestUrl().Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type RequestBuilderModifier and TypeMethodDescriptionprotected voidDefaultRequestTransport.configureRequestBuilder(RequestBuilder builder) Override to change the headers sent in the HTTP request.