Searched refs:unallocatedBytes (Results 1 – 1 of 1) sorted by relevance
182 int bytesForStream = min(connectionWindow, min(state.unallocatedBytes(), windowSlice)); in writeStreams()188 if (state.unallocatedBytes() > 0) { in writeStreams()258 int unallocatedBytes() { in unallocatedBytes() method in OutboundFlowController.OutboundFlowState