| 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 been terminated 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)
|