Class SshServerConfiguration


  • public class SshServerConfiguration
    extends java.lang.Object
    • Constructor Detail

      • SshServerConfiguration

        public SshServerConfiguration()
    • Method Detail

      • getChildThreadPrefix

        public java.lang.String getChildThreadPrefix()
      • getChildThreadPriority

        public int getChildThreadPriority()
      • getServerBasePath

        public java.nio.file.Path getServerBasePath()
      • getServerHostKeyPath

        public java.nio.file.Path getServerHostKeyPath()
      • getSshHost

        public java.lang.String getSshHost()
      • getSshPort

        public int getSshPort()
      • getSshServerThreadName

        public java.lang.String getSshServerThreadName()
      • getSshServerThreadPriority

        public int getSshServerThreadPriority()
      • getSshServerThreadSleepingTimeMs

        public long getSshServerThreadSleepingTimeMs()
      • getStopWaitTimeMs

        public long getStopWaitTimeMs()
      • getThreadPoolSize

        public int getThreadPoolSize()
      • isValid

        public boolean isValid()