Uses of Class
com.google.gwt.xhr.client.XMLHttpRequest
Packages that use 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
Methods in com.google.gwt.http.client with parameters of type XMLHttpRequestModifier and TypeMethodDescription(package private) ResponseRequest.RequestImpl.createResponse(XMLHttpRequest xmlHttpRequest) Deprecated.Creates aResponseinstance for the given JavaScript XmlHttpRequest object.Constructors in com.google.gwt.http.client with parameters of type XMLHttpRequestModifierConstructorDescription(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
Methods in com.google.gwt.xhr.client that return XMLHttpRequestModifier and TypeMethodDescriptionstatic XMLHttpRequestXMLHttpRequest.create()Creates an XMLHttpRequest object.Methods in com.google.gwt.xhr.client with parameters of type XMLHttpRequestModifier and TypeMethodDescriptionvoidReadyStateChangeHandler.onReadyStateChange(XMLHttpRequest xhr) This is called whenever the state of the XMLHttpRequest changes.