net.schmizz.sshj.connection.channel
Class Window.Remote
java.lang.Object
net.schmizz.sshj.connection.channel.Window
net.schmizz.sshj.connection.channel.Window.Remote
- Enclosing class:
- Window
public static final class Window.Remote
- extends Window
Controls how much data we can send before an adjustment notification from remote end is required.
Constructor Summary |
Window.Remote(long initialWinSize,
int maxPacketSize)
|
Window.Remote
public Window.Remote(long initialWinSize,
int maxPacketSize)
awaitExpansion
public long awaitExpansion(long was)
throws ConnectionException
- Throws:
ConnectionException
consume
public void consume(long howMuch)
- Overrides:
consume
in class Window
Copyright © 2009-2012. All Rights Reserved.