Uses of Class
com.google.gwt.xhr.client.XMLHttpRequest
Package
Description
Provides the client-side classes and interfaces for making HTTP requests and
processing the associated responses.
Classes to support Javascript's XMLHttpRequest.
-
Uses of XMLHttpRequest in com.google.gwt.http.client
Modifier and TypeMethodDescription(package private) Response
Request.RequestImpl.createResponse
(XMLHttpRequest xmlHttpRequest) Deprecated.Creates aResponse
instance for the given JavaScript XmlHttpRequest object.ModifierConstructorDescription(package private)
Request
(XMLHttpRequest xmlHttpRequest, int timeoutMillis, RequestCallback callback) Constructs an instance of the Request object.ResponseImpl
(XMLHttpRequest xmlHttpRequest) -
Uses of XMLHttpRequest in com.google.gwt.xhr.client
Modifier and TypeMethodDescriptionstatic XMLHttpRequest
XMLHttpRequest.create()
Creates an XMLHttpRequest object.Modifier and TypeMethodDescriptionvoid
ReadyStateChangeHandler.onReadyStateChange
(XMLHttpRequest xhr) This is called whenever the state of the XMLHttpRequest changes.