|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
void |
AtmosphereGwtHandler.disconnect(GwtAtmosphereResource resource)
|
int |
AtmosphereGwtHandler.doComet(GwtAtmosphereResource resource)
|
void |
AtmosphereGwtHandler.doPost(javax.servlet.http.HttpServletRequest postRequest,
javax.servlet.http.HttpServletResponse postResponse,
List<?> 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<?> messages,
GwtAtmosphereResource cometResource)
|
| Uses of GwtAtmosphereResource in org.atmosphere.gwt.server.impl |
|---|
| Classes in org.atmosphere.gwt.server.impl that implement GwtAtmosphereResource | |
|---|---|
class |
GwtAtmosphereResourceImpl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||