Java com.google.gwt.jsonp.client JsonpRequestBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.jsonp.client JsonpRequestBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.jsonp.client JsonpRequestBuilder.

The text is from its open source code.

Constructor

Method

intgetTimeout()
Returns the expected timeout (ms) for this request.
JsonpRequestrequestObject(String url, AsyncCallback callback)
Sends a JSONP request and expects a JavaScript object as a result.
JsonpRequestsend(String url, AsyncCallback callback)
Sends a JSONP request, does not expect any result, but still allows to be notified when the request has been executed on the server.
voidsend(String url)
Sends a JSONP request and does not expect any results.
voidsetCallbackParam(String callbackParam)
voidsetPredeterminedId(String id)
voidsetTimeout(int timeout)