157158159160161162163164165166167
public void visitDumpCommand(boolean dump, boolean reset) throws IOException { dumpRequested = dump; resetRequested = reset; if (dump) { writer.visitSessionInfo(new SessionInfo("TestId", 100, 200)); } writer.sendCmdOk(); } }); reader.read();