Searched refs:notRespondAfterInSec (Results 1 – 1 of 1) sorted by relevance
90 int notRespondAfterInSec; in parseCommand() local105 notRespondAfterInSec = Integer.parseInt(tokens[1]); in parseCommand()129 + notRespondAfterInSec + ", inactiveMainAfter = " + inactiveMainAfterInSec in parseCommand()131 return new ClientConfig(timeout, inactiveMainAfterInSec, notRespondAfterInSec, verbose); in parseCommand()193 ClientConfig(int timeout, int inactiveMainAfterInSec, int notRespondAfterInSec, in ClientConfig() argument197 notRespondAfterInMs = notRespondAfterInSec * 1000L; in ClientConfig()