Package com.google.gwt.jsonp.client


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