Class 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.String X_WEBSOCKET_GWT  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • X_WEBSOCKET_GWT

        public static final java.lang.String X_WEBSOCKET_GWT
    • Constructor Detail

      • GwtRpcInterceptor

        public GwtRpcInterceptor()
    • Method Detail

      • configure

        public void configure​(org.atmosphere.cpr.AtmosphereConfig config)
        Specified by:
        configure in interface org.atmosphere.inject.AtmosphereConfigAware
      • 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
      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.atmosphere.cpr.AtmosphereInterceptor