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.
-
Class Summary Class Description JsonpRequest<T> A JSONP request that is waiting for a response.JsonpRequestBuilder Class to send cross domain requests to an http server. -
Exception Summary Exception Description TimeoutException Exception sent when a JSONP calls expires the timeout.