Class Window.Local

  • Enclosing class:
    Window

    public static final class Window.Local
    extends Window
    Controls how much data remote end can send before an adjustment notification from us is required.
    • Constructor Summary

      Constructors 
      Constructor Description
      Local​(long initialWinSize, int maxPacketSize, LoggerFactory loggerFactory)  
    • Method Summary

      Modifier and Type Method Description
      long neededAdjustment()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Local

        public Local​(long initialWinSize,
                     int maxPacketSize,
                     LoggerFactory loggerFactory)
    • Method Detail

      • neededAdjustment

        public long neededAdjustment()