Package io.grpc.internal
Interface TransportTracer.FlowControlReader
-
- All Known Implementing Classes:
Utils.FlowControlReader
- Enclosing class:
- TransportTracer
public static interface TransportTracer.FlowControlReader
An interface for reading the local and remote flow control windows of the transport.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransportTracer.FlowControlWindows
read()
-
-
-
Method Detail
-
read
TransportTracer.FlowControlWindows read()
-
-