Class IdleStatusChecker.SessionCloseListener

java.lang.Object
org.apache.mina.core.session.IdleStatusChecker.SessionCloseListener
All Implemented Interfaces:
EventListener, IoFutureListener<IoFuture>
Enclosing class:
IdleStatusChecker

private class IdleStatusChecker.SessionCloseListener extends Object implements IoFutureListener<IoFuture>
  • Constructor Details

    • SessionCloseListener

      public SessionCloseListener()
      Default constructor
  • Method Details

    • operationComplete

      public void operationComplete(IoFuture future)
      Invoked when the operation associated with the IoFuture has been completed even if you add the listener after the completion.
      Specified by:
      operationComplete in interface IoFutureListener<IoFuture>
      Parameters:
      future - The source IoFuture which called this callback.
    • removeSession

      private void removeSession(AbstractIoSession session)
      remove a session from the list of session being checked.
      Parameters:
      session - The session to remove