Class Response

java.lang.Object
com.google.gwt.http.client.Response
Direct Known Subclasses:
ResponseImpl

public abstract class Response extends Object
Wrapper which provides access to the components of an HTTP response.

Required Module

Modules that use this class should inherit com.google.gwt.http.HTTP.
<module>
  <!-- other inherited modules, such as com.google.gwt.user.User -->
  <inherits name="com.google.gwt.http.HTTP"/>
  <!-- additional module settings -->
</module>