Package org.atmosphere.gwt20.client
Class Atmosphere
- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- org.atmosphere.gwt20.client.Atmosphere
-
- All Implemented Interfaces:
AtmosphereSubscriber
public final class Atmosphere extends com.google.gwt.core.client.JavaScriptObject implements AtmosphereSubscriber
- Author:
- jotec
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAtmosphere()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Atmospherecreate()static AtmosphereSubscribercreateAtmosphereSubscriber()AtmosphereRequestsubscribe(RequestConfig requestConfig)voidunsubscribe()voidunsubscribeUrl(java.lang.String url)
-
-
-
Method Detail
-
createAtmosphereSubscriber
public static AtmosphereSubscriber createAtmosphereSubscriber()
-
create
public static Atmosphere create()
-
subscribe
public AtmosphereRequest subscribe(RequestConfig requestConfig)
- Specified by:
subscribein interfaceAtmosphereSubscriber
-
unsubscribe
public void unsubscribe()
- Specified by:
unsubscribein interfaceAtmosphereSubscriber
-
unsubscribeUrl
public void unsubscribeUrl(java.lang.String url)
- Specified by:
unsubscribeUrlin interfaceAtmosphereSubscriber
-
-