package

com.google.gwt.jsonp.client

Classes for sending cross domain requests to an http server, potentially on a different domain, via JSONP. This package contains classes that allow applications to send requests to servers on different domains than the host page. server.

Classes

JsonpRequest<T> A JSONP request that is waiting for a response. 
JsonpRequestBuilder Class to send cross domain requests to an http server. 

Exceptions

TimeoutException Exception sent when a JSONP calls expires the timeout.