Home
last modified time | relevance | path

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

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DTransportTracer.java62 flowControlWindowReader == null ? -1 : flowControlWindowReader.read().remoteBytes; in getStats()
143 public final long remoteBytes; field in TransportTracer.FlowControlWindows
146 public FlowControlWindows(long localBytes, long remoteBytes) { in FlowControlWindows() argument
148 this.remoteBytes = remoteBytes; in FlowControlWindows()