Class XMLHttpRequest

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.xhr.client.XMLHttpRequest

public class XMLHttpRequest extends JavaScriptObject
The native XMLHttpRequest object. Most applications should use the higher- level RequestBuilder class unless they need specific functionality provided by the XMLHttpRequest object. See http://www.w3.org/TR/XMLHttpRequest//