Class 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.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlowControlWindows​(long localBytes, long remoteBytes)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • remoteBytes

        public final long remoteBytes
      • localBytes

        public final long localBytes
    • Constructor Detail

      • FlowControlWindows

        public FlowControlWindows​(long localBytes,
                                  long remoteBytes)