Package com.sshtools.common.nio
Interface IdleStateListener
public interface IdleStateListener
A class implementing this interface is notified when the selector it is
registered with becomes idle.
- Author:
- Lee David Painter
-
Method Summary
-
Method Details
-
idle
boolean idle()Process an idle event.- Returns:
- true if this listener should be cancelled.
-