Package org.rossonet.sshd.internal
Class SshServerConfiguration
- java.lang.Object
-
- org.rossonet.sshd.internal.SshServerConfiguration
-
public class SshServerConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SshServerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetChildThreadPrefix()intgetChildThreadPriority()java.nio.file.PathgetServerBasePath()java.nio.file.PathgetServerHostKeyPath()java.lang.StringgetSshHost()intgetSshPort()java.lang.StringgetSshServerThreadName()intgetSshServerThreadPriority()longgetSshServerThreadSleepingTimeMs()longgetStopWaitTimeMs()intgetThreadPoolSize()booleanisValid()
-
-
-
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()
-
-