@ManagedService(path="/atmosphere/rpc",
interceptors={org.atmosphere.interceptor.AtmosphereResourceLifecycleInterceptor.class,org.atmosphere.client.TrackMessageSizeInterceptor.class,org.atmosphere.gwt20.server.GwtRpcInterceptor.class,org.atmosphere.interceptor.SuspendTrackerInterceptor.class,org.atmosphere.gwt20.managed.AtmosphereMessageInterceptor.class,org.atmosphere.interceptor.BroadcastOnPostAtmosphereInterceptor.class,org.atmosphere.interceptor.IdleResourceInterceptor.class})
public class ManagedGWTResource
extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedGWTResource.AtmosphereClientDisconnectedEvent |
class |
ManagedGWTResource.AtmosphereClientReadyEvent |
| Modifier and Type | Field and Description |
|---|---|
static String |
GWT_BROADCASTER_ID |
| Constructor and Description |
|---|
ManagedGWTResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnected(org.atmosphere.cpr.AtmosphereResourceEvent event) |
String |
onReady(org.atmosphere.cpr.AtmosphereResource r) |
void |
post(org.atmosphere.cpr.AtmosphereResource r) |
public static final String GWT_BROADCASTER_ID
public String onReady(org.atmosphere.cpr.AtmosphereResource r)
public void disconnected(org.atmosphere.cpr.AtmosphereResourceEvent event)
public void post(org.atmosphere.cpr.AtmosphereResource r)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.