com.norbl.util.ssh
Class ConstantsSSH

java.lang.Object
  extended by com.norbl.util.ssh.ConstantsSSH

public class ConstantsSSH
extends java.lang.Object


Field Summary
static long MAX_WAIT_FOR_SSH_PING
           
static int SSH_CONNECTION_TIMEOUT_MILLIS
           
 
Constructor Summary
ConstantsSSH()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SSH_CONNECTION_TIMEOUT_MILLIS

public static int SSH_CONNECTION_TIMEOUT_MILLIS

MAX_WAIT_FOR_SSH_PING

public static long MAX_WAIT_FOR_SSH_PING
Constructor Detail

ConstantsSSH

public ConstantsSSH()