Uses of Class
org.apache.sshd.common.session.helpers.TimeoutIndicator
-
Packages that use TimeoutIndicator Package Description org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of TimeoutIndicator in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return TimeoutIndicator Modifier and Type Method Description TimeoutIndicatorSession. getTimeoutStatus()Check if timeout has occurred.Methods in org.apache.sshd.common.session with parameters of type TimeoutIndicator Modifier and Type Method Description default 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 TimeoutIndicator Modifier and Type Field Description static TimeoutIndicatorTimeoutIndicator. NONEFields in org.apache.sshd.common.session.helpers with type parameters of type TimeoutIndicator Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<TimeoutIndicator>SessionHelper. timeoutStatusMethods in org.apache.sshd.common.session.helpers that return TimeoutIndicator Modifier and Type Method Description protected TimeoutIndicatorSessionHelper. checkAuthenticationTimeout(java.time.Instant now, java.time.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(java.time.Instant now, java.time.Duration idleTimeout)Checks if idle timeout expiredTimeoutIndicatorSessionHelper. getTimeoutStatus()
-