131132133134135136137138139140141
else if ("stopSession".equals(args[0])) { understood = true; sender.stopSession(); } sender.stopConnection(); } if (!understood) { throw new Exception("could not understand command [" + args + "]"); }