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.
|
Modifier and Type | Method and Description |
---|---|
(package private) Response |
Request.RequestImpl.createResponse(XMLHttpRequest xmlHttpRequest)
Creates a
Response instance for the given JavaScript XmlHttpRequest object. |
(package private) Response |
Request.RequestImplIE8And9.createResponse(XMLHttpRequest xmlHttpRequest) |
Constructor and Description |
---|
Request(XMLHttpRequest xmlHttpRequest,
int timeoutMillis,
RequestCallback callback)
Constructs an instance of the Request object.
|
ResponseImpl(XMLHttpRequest xmlHttpRequest) |
Modifier and Type | Method and Description |
---|---|
static XMLHttpRequest |
XMLHttpRequest.create()
Creates an XMLHttpRequest object.
|
Modifier and Type | Method and Description |
---|---|
void |
ReadyStateChangeHandler.onReadyStateChange(XMLHttpRequest xhr)
This is called whenever the state of the XMLHttpRequest changes.
|