Class VmPipeIdleStatusChecker
- java.lang.Object
-
- org.apache.mina.transport.vmpipe.support.VmPipeIdleStatusChecker
-
public class VmPipeIdleStatusChecker extends java.lang.Object
Dectects idle sessions and fires sessionIdle events to them.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSession(VmPipeSessionImpl session)
static VmPipeIdleStatusChecker
getInstance()
-
-
-
Method Detail
-
getInstance
public static VmPipeIdleStatusChecker getInstance()
-
addSession
public void addSession(VmPipeSessionImpl session)
-
-