org.atmosphere.gwt20.client
Class Atmosphere

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by 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
protected Atmosphere()
           
 
Method Summary
static Atmosphere create()
           
static AtmosphereSubscriber createAtmosphereSubscriber()
           
 AtmosphereRequest subscribe(RequestConfig requestConfig)
           
 void unsubscribe()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Atmosphere

protected Atmosphere()
Method Detail

createAtmosphereSubscriber

public static AtmosphereSubscriber createAtmosphereSubscriber()

create

public static Atmosphere create()

subscribe

public AtmosphereRequest subscribe(RequestConfig requestConfig)
Specified by:
subscribe in interface AtmosphereSubscriber

unsubscribe

public void unsubscribe()
Specified by:
unsubscribe in interface AtmosphereSubscriber


Copyright © 2014. All Rights Reserved.