Searched refs:remoteBytes (Results 1 – 1 of 1) sorted by relevance
62 flowControlWindowReader == null ? -1 : flowControlWindowReader.read().remoteBytes; in getStats()143 public final long remoteBytes; field in TransportTracer.FlowControlWindows146 public FlowControlWindows(long localBytes, long remoteBytes) { in FlowControlWindows() argument148 this.remoteBytes = remoteBytes; in FlowControlWindows()