Uses of Package
com.google.gwt.xhr.client
-
Packages that use com.google.gwt.xhr.client 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. -
Classes in com.google.gwt.xhr.client used by com.google.gwt.http.client Class Description XMLHttpRequest The native XMLHttpRequest object. -
Classes in com.google.gwt.xhr.client used by com.google.gwt.xhr.client Class Description ReadyStateChangeHandler A ready-state callback for anXMLHttpRequest
object.XMLHttpRequest The native XMLHttpRequest object.XMLHttpRequest.ResponseType The type of response expected from the XHR.