Class JsonpRequest<T>

java.lang.Object
com.google.gwt.jsonp.client.JsonpRequest<T>
Type Parameters:
T - the type of the response object.

public class JsonpRequest<T> extends Object
A JSONP request that is waiting for a response. The request can be canceled.