Package | Description |
---|---|
com.google.gwt.http.client |
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
|
com.google.gwt.xhr.client |
Classes to support Javascript's XMLHttpRequest.
|
Class and Description |
---|
XMLHttpRequest
The native XMLHttpRequest object.
|
Class and Description |
---|
ReadyStateChangeHandler
A ready-state callback for an
XMLHttpRequest object. |
XMLHttpRequest
The native XMLHttpRequest object.
|
XMLHttpRequest.ResponseType
The type of response expected from the XHR.
|