public class GwtRpcInterceptor extends Object implements org.atmosphere.cpr.AtmosphereInterceptor
| Modifier and Type | Field and Description |
|---|---|
static String |
X_WEBSOCKET_GWT |
| Constructor and Description |
|---|
GwtRpcInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.atmosphere.cpr.AtmosphereConfig config) |
void |
destroy() |
org.atmosphere.cpr.Action |
inspect(org.atmosphere.cpr.AtmosphereResource r) |
protected boolean |
isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r) |
void |
postInspect(org.atmosphere.cpr.AtmosphereResource r) |
public static final String X_WEBSOCKET_GWT
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.inject.AtmosphereConfigAwarepublic org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
inspect in interface org.atmosphere.cpr.AtmosphereInterceptorprotected boolean isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)
public void postInspect(org.atmosphere.cpr.AtmosphereResource r)
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptorpublic void destroy()
destroy in interface org.atmosphere.cpr.AtmosphereInterceptorCopyright © 2015. All Rights Reserved.