Interface LifeCycleAwareChannelHandler

    • Method Detail

      • beforeAdd

        void beforeAdd​(ChannelHandlerContext ctx)
                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • afterAdd

        void afterAdd​(ChannelHandlerContext ctx)
               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • beforeRemove

        void beforeRemove​(ChannelHandlerContext ctx)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • afterRemove

        void afterRemove​(ChannelHandlerContext ctx)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception