public static final class

Window.Local

extends Window
java.lang.Object
   ↳ net.schmizz.sshj.connection.channel.Window
     ↳ net.schmizz.sshj.connection.channel.Window.Local

Class Overview

Controls how much data remote end can send before an adjustment notification from us is required.

Summary

Fields
private final long initialSize
private final long threshold
[Expand]
Inherited Fields
From class net.schmizz.sshj.connection.channel.Window
Public Constructors
Window.Local(long initialWinSize, int maxPacketSize)
Public Methods
long neededAdjustment()
[Expand]
Inherited Methods
From class net.schmizz.sshj.connection.channel.Window
From class java.lang.Object

Fields

private final long initialSize

private final long threshold

Public Constructors

public Window.Local (long initialWinSize, int maxPacketSize)

Parameters
initialWinSize
maxPacketSize

Public Methods

public long neededAdjustment ()