Java com.google.gwt.http.client Request fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.http.client Request fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.http.client Request.

The text is from its open source code.

Implementation

com.google.gwt.http.client.Request has the following implementations.
Click this link to see all its implementation.

Constructor

Request()
Only used for building a com.google.gwt.user.client.rpc.impl.FailedRequest .

Method

voidcancel()
Cancels a pending request.
voidfireOnResponseReceived(RequestCallback callback)
booleanisPending()
Returns true if this request is waiting for a response.