Class SessionTimeoutListener

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.session.helpers.SessionTimeoutListener
All Implemented Interfaces:
Runnable, EventListener, SessionListener, SshdEventListener

public class SessionTimeoutListener extends AbstractLoggingBean implements SessionListener, Runnable
Task that iterates over all currently open Sessions and checks each of them for timeouts. If the AbstractSession has timed out (either authentication or idle timeout), the session will be disconnected.
See Also: