Java com.google.gwt.gadgets.client.io Response fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gadgets.client.io Response fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gadgets.client.io Response.

The text is from its open source code.

Method

TgetData()
Returns parsed data of the response, if applicable.
intgetStatusCode()
Returns the status code of the response.
StringgetText()
Returns unparsed data of the response.