Searched refs:CONNECTION_STREAM_ID (Results 1 – 3 of 3) sorted by relevance
19 import static io.grpc.okhttp.Utils.CONNECTION_STREAM_ID;41 private final OutboundFlowState connectionState = new OutboundFlowState(CONNECTION_STREAM_ID);
40 static final int CONNECTION_STREAM_ID = 0; field in Utils
1179 if (streamId == Utils.CONNECTION_STREAM_ID) { in windowUpdate()