Uses of Class
org.atmosphere.gwt.client.impl.XDomainRequest

Packages that use XDomainRequest
org.atmosphere.gwt.client.impl   
 

Uses of XDomainRequest in org.atmosphere.gwt.client.impl
 

Methods in org.atmosphere.gwt.client.impl that return XDomainRequest
static XDomainRequest XDomainRequest.create()
           
 

Methods in org.atmosphere.gwt.client.impl with parameters of type XDomainRequest
 void XDomainRequestListener.onError(XDomainRequest request)
          Raised when there is an error that prevents the completion of the cross-domain request.
 void XDomainRequestListener.onLoad(XDomainRequest request, String responseText)
          Raised when the object has been completely received from the server.
 void XDomainRequestListener.onProgress(XDomainRequest request, String responseText)
          Raised when the browser starts receiving data from the server.
 void XDomainRequestListener.onTimeout(XDomainRequest request)
          Raised when there is an error that prevents the completion of the request.
 



Copyright © 2011. All Rights Reserved.