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 TimeoutIndicator
Session. getTimeoutStatus()
Check if timeout has occurred.Methods in org.apache.sshd.common.session with parameters of type TimeoutIndicator Modifier and Type Method Description default 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 TimeoutIndicator Modifier and Type Field Description static TimeoutIndicator
TimeoutIndicator. NONE
Methods in org.apache.sshd.common.session.helpers that return TimeoutIndicator Modifier and Type Method Description protected 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 expiredTimeoutIndicator
SessionHelper. getTimeoutStatus()
-