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