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
-
-
Constructor Summary
Constructors Constructor Description Remote(long initialWinSize, int maxPacketSize, long timeoutMs, LoggerFactory loggerFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
awaitExpansion(long was)
void
consume(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
-
-