Class TimeoutIndicator

java.lang.Object
org.apache.sshd.common.session.helpers.TimeoutIndicator

public class TimeoutIndicator extends Object
Used to convey information about an expired timeout
Author:
Apache MINA SSHD Project
  • Field Details

  • Constructor Details

    • TimeoutIndicator

      public TimeoutIndicator(TimeoutIndicator.TimeoutStatus status, Duration thresholdValue, Duration expiredValue)
      Parameters:
      status - The expired timeout type (if any)
      thresholdValue - The configured timeout value
      expiredValue - The actual value that cause the timeout
  • Method Details