Class SingleSessionIoHandlerAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exceptionCaught​(java.lang.Throwable th)
      Invoked when any exception is thrown by user IoHandler implementation or by MINA.
      protected IoSession getSession()
      Retrieves the session to which this handler is assigned.
      void messageReceived​(java.lang.Object message)
      Invoked when protocol message is received.
      void messageSent​(java.lang.Object message)
      Invoked when protocol message that user requested by IoSession.write(Object) is sent out actually.
      void sessionClosed()
      Invoked when the connection is closed.
      void sessionCreated()
      Invoked when the session is created.
      void sessionIdle​(IdleStatus status)
      Invoked when the connection is idle.
      void sessionOpened()
      Invoked when the connection is opened.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait