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 boolean
SessionDisconnectHandler.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.timeoutStatus
Methods in org.apache.sshd.common.session.helpers that return TimeoutIndicatorModifier and TypeMethodDescriptionprotected TimeoutIndicator
SessionHelper.checkAuthenticationTimeout
(Instant now, Duration authTimeout) Checks if authentication timeout expiredprotected TimeoutIndicator
SessionHelper.checkForTimeouts()
Checks whether the session has timed out (both authentication and idle timeouts are checked).protected TimeoutIndicator
SessionHelper.checkIdleTimeout
(Instant now, Duration idleTimeout) Checks if idle timeout expiredSessionHelper.getTimeoutStatus()