|
||||||||||
| 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<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(List<Serializable> messages,
GwtAtmosphereResource r)
Default implementation echo's the message back to the client |
protected Broadcaster |
AtmosphereGwtHandler.getBroadcaster(GwtAtmosphereResource resource)
Deprecated. |
void |
AtmosphereGwtHandler.post(List<Serializable> messages,
GwtAtmosphereResource resource)
|
| 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 | |||||||||