Uses of Interface
io.grpc.internal.TransportTracer.FlowControlReader
Packages that use TransportTracer.FlowControlReader
Package
Description
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of TransportTracer.FlowControlReader in io.grpc.internal
Fields in io.grpc.internal declared as TransportTracer.FlowControlReaderMethods in io.grpc.internal with parameters of type TransportTracer.FlowControlReaderModifier and TypeMethodDescriptionvoid
TransportTracer.setFlowControlWindowReader
(TransportTracer.FlowControlReader flowControlWindowReader) Registers aTransportTracer.FlowControlReader
that can be used to read the local and remote flow control window sizes. -
Uses of TransportTracer.FlowControlReader in io.grpc.netty
Classes in io.grpc.netty that implement TransportTracer.FlowControlReader