Class Window.Local

java.lang.Object
net.schmizz.sshj.connection.channel.Window
net.schmizz.sshj.connection.channel.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.
  • Field Details

    • initialSize

      private final long initialSize
    • threshold

      private final long threshold
  • Constructor Details

    • Local

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

    • neededAdjustment

      public long neededAdjustment()