Package org.atmosphere.gwt.client.impl

Interface Summary
CometTransport This is the base class for the comet implementations
ServerTransport  
WebSocketListener  
XDomainRequestListener  
 

Class Summary
BaseCometTransport This is the base class for the comet implementations
HTTPRequestCometTransport This class uses a XmlHttpRequest and onreadystatechange events to process stream events.
IECometTransport  
IEHTMLFileCometTransport This class uses IE's ActiveX "htmlfile" with an embedded iframe to stream events.
IEXDomainRequestCometTransport  
IFrameCometTransport  
OperaEventSourceCometTransport This class uses Opera's event-source element to stream events.
http://my.opera.com/WebApplications/blog/show.dml/438711

The main issue with Opera's implementation is that we can't detect connection events.

ServerTransportProtocol  
StreamingProtocolTransport  
WebSocket  
WebSocketCometTransport  
XDomainRequest References: - http://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx - http://msdn.microsoft.com/en-us/library/cc288060(VS.85).aspx - http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds.aspx
 

Enum Summary
WebSocket.ReadyState  
 



Copyright © 2011. All Rights Reserved.