Searched refs:numSentBytesQueued (Results 1 – 1 of 1) sorted by relevance
121 private int numSentBytesQueued; field in AbstractStream.TransportState221 return allocated && numSentBytesQueued < DEFAULT_ONREADY_THRESHOLD && !deallocated; in isReady()261 numSentBytesQueued += numBytes; in onSendingBytes()278 boolean belowThresholdBefore = numSentBytesQueued < DEFAULT_ONREADY_THRESHOLD; in onSentBytes()279 numSentBytesQueued -= numBytes; in onSentBytes()280 boolean belowThresholdAfter = numSentBytesQueued < DEFAULT_ONREADY_THRESHOLD; in onSentBytes()