Home
last modified time | relevance | path

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

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java41 private final OutboundFlowState connectionState = new OutboundFlowState(CONNECTION_STREAM_ID);
65 OutboundFlowState state = (OutboundFlowState) stream.getOutboundFlowState(); in initialOutboundWindowSize()
68 state = new OutboundFlowState(stream); in initialOutboundWindowSize()
92 OutboundFlowState state = state(stream); in windowUpdate()
118 OutboundFlowState state = state(stream); in data()
122 OutboundFlowState.Frame frame = state.newFrame(source, outFinished); in data()
158 private OutboundFlowState state(OkHttpClientStream stream) { in state()
159 OutboundFlowState state = (OutboundFlowState) stream.getOutboundFlowState(); in state()
161 state = new OutboundFlowState(stream); in state()
180 OutboundFlowState state = state(stream); in writeStreams()
[all …]