|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||