Package org.apache.mina.core.session
Class IdleStatusChecker.NotifyingTask
java.lang.Object
org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
IdleStatusChecker
The class to place in the transport executor for checking the sessions idle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()stop execution of the taskprivate voidnotifySessions(long currentTime) voidrun()
-
Field Details
-
cancelled
private volatile boolean cancelled -
thread
-
-
Constructor Details
-
NotifyingTask
NotifyingTask()No qualifier
-
-
Method Details