Searched refs:dumpWhenFull (Results 1 – 1 of 1) sorted by relevance
106 final boolean dumpWhenFull; field in EchoServer.EchoMachine112 EchoMachine(WriteCallback callback, boolean dumpWhenFull) { in EchoMachine() argument114 this.dumpWhenFull = dumpWhenFull; in EchoMachine()120 if (dumpWhenFull && dataQueue.remainingCapacity() == 0) { in pushUnit()