Class TransportTracer.FlowControlWindows

java.lang.Object
io.grpc.internal.TransportTracer.FlowControlWindows
Enclosing class:
TransportTracer

public static final class TransportTracer.FlowControlWindows extends Object
A container that holds the local and remote flow control window sizes.
  • Field Details

    • remoteBytes

      public final long remoteBytes
    • localBytes

      public final long localBytes
  • Constructor Details

    • FlowControlWindows

      public FlowControlWindows(long localBytes, long remoteBytes)