org.atmosphere.gwt20.server
Class GwtRpcInterceptor
java.lang.Object
org.atmosphere.gwt20.server.GwtRpcInterceptor
- All Implemented Interfaces:
- org.atmosphere.cpr.AtmosphereInterceptor
public class GwtRpcInterceptor
- extends Object
- implements org.atmosphere.cpr.AtmosphereInterceptor
- Author:
- p.havelaar
|
Method Summary |
void |
configure(org.atmosphere.cpr.AtmosphereConfig config)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
X_WEBSOCKET_GWT
public static final String X_WEBSOCKET_GWT
GwtRpcInterceptor
public GwtRpcInterceptor()
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configure in interface org.atmosphere.cpr.AtmosphereInterceptor
inspect
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
inspect in interface org.atmosphere.cpr.AtmosphereInterceptor
isHandledByJersey
protected boolean isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)
postInspect
public void postInspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
postInspect in interface org.atmosphere.cpr.AtmosphereInterceptor
Copyright © 2013. All Rights Reserved.