Package org.atmosphere.gwt20.server
Class GwtRpcInterceptor
- java.lang.Object
-
- org.atmosphere.gwt20.server.GwtRpcInterceptor
-
- All Implemented Interfaces:
org.atmosphere.cpr.AtmosphereInterceptor,org.atmosphere.inject.AtmosphereConfigAware
public class GwtRpcInterceptor extends java.lang.Object implements org.atmosphere.cpr.AtmosphereInterceptor- Author:
- p.havelaar
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringX_WEBSOCKET_GWT
-
Constructor Summary
Constructors Constructor Description GwtRpcInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.atmosphere.cpr.AtmosphereConfig config)voiddestroy()org.atmosphere.cpr.Actioninspect(org.atmosphere.cpr.AtmosphereResource r)protected booleanisHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)voidpostInspect(org.atmosphere.cpr.AtmosphereResource r)
-
-
-
Method Detail
-
configure
public void configure(org.atmosphere.cpr.AtmosphereConfig config)
- Specified by:
configurein interfaceorg.atmosphere.inject.AtmosphereConfigAware
-
inspect
public org.atmosphere.cpr.Action inspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
inspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
isHandledByJersey
protected boolean isHandledByJersey(org.atmosphere.cpr.AtmosphereResource r)
-
postInspect
public void postInspect(org.atmosphere.cpr.AtmosphereResource r)
- Specified by:
postInspectin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.atmosphere.cpr.AtmosphereInterceptor
-
-