Package com.google.gwt.gadgets.client.io

Classes to communicate with remote servers.

See:
          Description

Interface Summary
GadgetsIo Provides access to the gadgets.io APIs provided by the container.
ResponseReceivedHandler<T> The interface a caller must implement to receive a response to a GadgetsIo.makeRequest(java.lang.String, com.google.gwt.gadgets.client.io.ResponseReceivedHandler).
 

Class Summary
IoProvider Class providing implementation of GadgetsIo.
RequestOptions A class defining request options used with GadgetsIo.makeRequest(java.lang.String, com.google.gwt.gadgets.client.io.ResponseReceivedHandler) methods.
Response<T> A class wrapping the response returned by gadget container.
ResponseReceivedHandler.ResponseReceivedEvent<T> Encapsulates the response for the request.
 

Enum Summary
AuthorizationType An enum representing the authorization types.
ContentType An enum representing the content types.
MethodType An enum representing HTTP request methods.
 

Package com.google.gwt.gadgets.client.io Description

Classes to communicate with remote servers.

The classes in this package are used to communicate with remote servers. They implement wrappers for the gadget.io feature.