Home
last modified time | relevance | path

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

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java19 import static io.grpc.okhttp.Utils.CONNECTION_STREAM_ID;
41 private final OutboundFlowState connectionState = new OutboundFlowState(CONNECTION_STREAM_ID);
DUtils.java40 static final int CONNECTION_STREAM_ID = 0; field in Utils
DOkHttpClientTransport.java1179 if (streamId == Utils.CONNECTION_STREAM_ID) { in windowUpdate()