Class TcpipServerChannel.PortIoHandler

    • Constructor Detail

      • PortIoHandler

        PortIoHandler()
    • 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