GWT 2.7.0

Uses of Class
com.google.gwt.xhr.client.XMLHttpRequest

Packages that use XMLHttpRequest
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. 
 

Uses of XMLHttpRequest in com.google.gwt.http.client
 

Methods in com.google.gwt.http.client with parameters of type XMLHttpRequest
(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)
           
 

Constructors in com.google.gwt.http.client with parameters of type XMLHttpRequest
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 XMLHttpRequest
static XMLHttpRequest XMLHttpRequest.create()
          Creates an XMLHttpRequest object.
 

Methods in com.google.gwt.xhr.client with parameters of type XMLHttpRequest
 void ReadyStateChangeHandler.onReadyStateChange(XMLHttpRequest xhr)
          This is called whenever the state of the XMLHttpRequest changes.
 


GWT 2.7.0