Class ClientConfig


  • public class ClientConfig
    extends Object
    • Method Detail

      • getInt

        protected int getInt​(String key,
                             int def)
      • getLong

        protected long getLong​(String key,
                               long def)
      • getHost

        public String getHost()
      • getPort

        public int getPort()
      • getUser

        public String getUser()
      • setUser

        public void setUser​(String user)
      • getPassword

        public String getPassword()
      • getLevel

        public int getLevel()
      • getRetryAttempts

        public int getRetryAttempts()
      • getRetryDelay

        public int getRetryDelay()
      • getCommand

        public String getCommand()
      • setCommand

        public void setCommand​(String command)
      • isBatch

        public boolean isBatch()
      • getFile

        public String getFile()
      • getKeyFile

        public String getKeyFile()
      • getIdleTimeout

        public long getIdleTimeout()