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

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.
 



Copyright © 2014. All rights reserved.