Searched refs:bytesQueued (Results 1 – 1 of 1) sorted by relevance
188 int bytesQueued; field in TrafficControlProxy.MessageQueue223 while (bytesQueued == queueLength) { in getNextChunk()226 return Math.max(0, Math.min(chunkSize, queueLength - bytesQueued)); in getNextChunk()230 bytesQueued += delta; in incrementBytes()231 if (bytesQueued < queueLength) { in incrementBytes()