Home
last modified time | relevance | path

Searched refs:unallocatedBytes (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java182 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