Searched refs:autoFlowControlEnabled (Results 1 – 2 of 2) sorted by relevance
223 if (responseObserver.autoFlowControlEnabled) { in startCall()251 if (responseObserver.autoFlowControlEnabled) { in onMessage()308 private boolean autoFlowControlEnabled = true; field in ServerCalls.ServerCallStreamObserverImpl387 autoFlowControlEnabled = false; in disableAutoInboundFlowControl()
322 private boolean autoFlowControlEnabled = true; field in ClientCalls.CallToStreamObserverAdapter366 autoFlowControlEnabled = false; in disableAutoInboundFlowControl()423 if (streamingResponse && adapter.autoFlowControlEnabled) { in onMessage()