Package io.grpc.internal
Class TransportTracer.FlowControlWindows
java.lang.Object
io.grpc.internal.TransportTracer.FlowControlWindows
- Enclosing class:
TransportTracer
A container that holds the local and remote flow control window sizes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
remoteBytes
public final long remoteBytes -
localBytes
public final long localBytes
-
-
Constructor Details
-
FlowControlWindows
public FlowControlWindows(long localBytes, long remoteBytes)
-