Class Window.Remote
- java.lang.Object
-
- net.schmizz.sshj.connection.channel.Window
-
- net.schmizz.sshj.connection.channel.Window.Remote
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.schmizz.sshj.connection.channel.Window
Window.Local, Window.Remote
-
-
Field Summary
-
Fields inherited from class net.schmizz.sshj.connection.channel.Window
lock, log, maxPacketSize, size
-
-
Constructor Summary
Constructors Constructor Description Remote(long initialWinSize, int maxPacketSize, long timeoutMs, LoggerFactory loggerFactory)
-
Method Summary
Modifier and Type Method Description longawaitExpansion(long was)voidconsume(long howMuch)-
Methods inherited from class net.schmizz.sshj.connection.channel.Window
expand, getMaxPacketSize, getSize, toString
-
-
-
-
Constructor Detail
-
Remote
public Remote(long initialWinSize, int maxPacketSize, long timeoutMs, LoggerFactory loggerFactory)
-
-
Method Detail
-
awaitExpansion
public long awaitExpansion(long was) throws ConnectionException- Throws:
ConnectionException
-
-