Class Window.Local
java.lang.Object
net.schmizz.sshj.connection.channel.Window
net.schmizz.sshj.connection.channel.Window.Local
- Enclosing class:
Window
Controls how much data remote end can send before an adjustment notification from us is required.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.schmizz.sshj.connection.channel.Window
Window.Local, Window.Remote
-
Field Summary
FieldsFields inherited from class net.schmizz.sshj.connection.channel.Window
lock, log, maxPacketSize, size
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
initialSize
private final long initialSize -
threshold
private final long threshold
-
-
Constructor Details
-
Local
-
-
Method Details
-
neededAdjustment
public long neededAdjustment()
-