Uses of Interface
org.atmosphere.gwt.server.GwtAtmosphereResource

Packages that use GwtAtmosphereResource
org.atmosphere.gwt.server   
org.atmosphere.gwt.server.impl   
 

Uses of GwtAtmosphereResource in org.atmosphere.gwt.server
 

Methods in org.atmosphere.gwt.server that return GwtAtmosphereResource
protected  GwtAtmosphereResource AtmosphereGwtHandler.lookupResource(int connectionId)
          This can be used to lookup a resource for instance if you are implementing a remote service call You will need to pass the connectionID, which you can pass as an url parameter {getConnectionID()} or directly in your remote call
 

Methods in org.atmosphere.gwt.server with parameters of type GwtAtmosphereResource
 void AtmosphereGwtHandler.broadcast(List<Serializable> messages, GwtAtmosphereResource resource)
           
 void AtmosphereGwtHandler.broadcast(Serializable message, GwtAtmosphereResource resource)
           
 void AtmosphereGwtHandler.cometTerminated(GwtAtmosphereResource cometResponse, boolean serverInitiated)
           
 void AtmosphereGwtHandler.disconnect(GwtAtmosphereResource resource)
           
 int AtmosphereGwtHandler.doComet(GwtAtmosphereResource resource)
           
 void AtmosphereGwtHandler.doPost(javax.servlet.http.HttpServletRequest postRequest, javax.servlet.http.HttpServletResponse postResponse, List<Serializable> messages, GwtAtmosphereResource cometResource)
          Default implementation echo's the message back to the client
 void AtmosphereGwtHandler.post(javax.servlet.http.HttpServletRequest postRequest, javax.servlet.http.HttpServletResponse postResponse, List<Serializable> messages, GwtAtmosphereResource cometResource)
           
 

Uses of GwtAtmosphereResource in org.atmosphere.gwt.server.impl
 

Classes in org.atmosphere.gwt.server.impl that implement GwtAtmosphereResource
 class GwtAtmosphereResourceImpl
           
 



Copyright © 2012. All Rights Reserved.