464748495051525354
boolean closed; public SessionFactoryImpl(ThreadIO threadIO) { super(null); this.threadIO = threadIO; commandProcessor = new CommandProcessorImpl(threadIO); register(new ExitCommand()); new HelpCommand(this); }