Class DefaultForwarder.StaticIoHandler

    • Field Detail

      • messagesCounter

        private final java.util.concurrent.atomic.AtomicLong messagesCounter
    • Constructor Detail

      • StaticIoHandler

        StaticIoHandler()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(IoSession session)
                            throws java.lang.Exception
        Specified by:
        sessionCreated in interface IoHandler
        Throws:
        java.lang.Exception
      • sessionClosed

        public void sessionClosed​(IoSession session)
                           throws java.lang.Exception
        Specified by:
        sessionClosed in interface IoHandler
        Throws:
        java.lang.Exception
      • exceptionCaught

        public void exceptionCaught​(IoSession session,
                                    java.lang.Throwable cause)
                             throws java.lang.Exception
        Specified by:
        exceptionCaught in interface IoHandler
        Throws:
        java.lang.Exception