Uses of Class
org.apache.sshd.common.session.helpers.TimeoutIndicator
Packages that use TimeoutIndicator
-
Uses of TimeoutIndicator in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return TimeoutIndicatorMethods in org.apache.sshd.common.session with parameters of type TimeoutIndicatorModifier and TypeMethodDescriptiondefault booleanSessionDisconnectHandler.handleTimeoutDisconnectReason(Session session, TimeoutIndicator timeoutStatus) Invoked when an internal timeout has expired (e.g., authentication, idle). -
Uses of TimeoutIndicator in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as TimeoutIndicatorFields in org.apache.sshd.common.session.helpers with type parameters of type TimeoutIndicatorModifier and TypeFieldDescriptionprivate final AtomicReference<TimeoutIndicator> SessionHelper.timeoutStatusMethods in org.apache.sshd.common.session.helpers that return TimeoutIndicatorModifier and TypeMethodDescriptionprotected TimeoutIndicatorSessionHelper.checkAuthenticationTimeout(Instant now, Duration authTimeout) Checks if authentication timeout expiredprotected TimeoutIndicatorSessionHelper.checkForTimeouts()Checks whether the session has timed out (both authentication and idle timeouts are checked).protected TimeoutIndicatorSessionHelper.checkIdleTimeout(Instant now, Duration idleTimeout) Checks if idle timeout expiredSessionHelper.getTimeoutStatus()