Class IdleStatusChecker.NotifyingTask

java.lang.Object
org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
All Implemented Interfaces:
Runnable
Enclosing class:
IdleStatusChecker

public class IdleStatusChecker.NotifyingTask extends Object implements Runnable
The class to place in the transport executor for checking the sessions idle
  • Field Details

    • cancelled

      private volatile boolean cancelled
    • thread

      private volatile Thread thread
  • Constructor Details

    • NotifyingTask

      NotifyingTask()
      No qualifier
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • cancel

      public void cancel()
      stop execution of the task
    • notifySessions

      private void notifySessions(long currentTime)