Interface IoHandler

    • Method Detail

      • sessionCreated

        void sessionCreated​(IoSession session)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sessionClosed

        void sessionClosed​(IoSession session)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • exceptionCaught

        void exceptionCaught​(IoSession session,
                             java.lang.Throwable cause)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • messageReceived

        void messageReceived​(IoSession session,
                             Readable message)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception