Searched refs:inactiveMainAfterInSec (Results 1 – 1 of 1) sorted by relevance
89 int inactiveMainAfterInSec; in parseCommand() local111 inactiveMainAfterInSec = Integer.parseInt(tokens[2]); 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() argument196 inactiveMainAfterInMs = inactiveMainAfterInSec * 1000L; in ClientConfig()