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<?> messages, GwtAtmosphereResource resource)
           
 void AtmosphereGwtHandler.broadcast(Object message, GwtAtmosphereResource resource)
           
 void AtmosphereGwtHandler.cometTerminated(GwtAtmosphereResource cometResponse, boolean serverInitiated)
          When the connection has died this method will be called to let you know about it.
 void AtmosphereGwtHandler.disconnect(GwtAtmosphereResource resource)
           
 int AtmosphereGwtHandler.doComet(GwtAtmosphereResource resource)
          This is the main entrypoint on the server that you will want to hook into and override.
 void AtmosphereGwtHandler.doPost(javax.servlet.http.HttpServletRequest postRequest, javax.servlet.http.HttpServletResponse postResponse, List<?> messages, GwtAtmosphereResource cometResource)
          Called when a message is sent from the client using the post method.
 void AtmosphereGwtHandler.post(javax.servlet.http.HttpServletRequest postRequest, javax.servlet.http.HttpServletResponse postResponse, List<?> messages, GwtAtmosphereResource cometResource)
           
 void AtmosphereGwtHandler.terminate(GwtAtmosphereResource cometResponse, boolean serverInitiated)
           
 

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

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



Copyright © 2013. All Rights Reserved.