|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.schmizz.sshj.connection.channel.Window
net.schmizz.sshj.connection.channel.Window.Remote
public static final class Window.Remote
Controls how much data we can send before an adjustment notification from remote end is required.
| 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 | |
|---|---|
Window.Remote(long initialWinSize,
int maxPacketSize)
|
|
| Method Summary | |
|---|---|
long |
awaitExpansion(long was)
|
void |
consume(long howMuch)
|
| Methods inherited from class net.schmizz.sshj.connection.channel.Window |
|---|
expand, getMaxPacketSize, getSize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Window.Remote(long initialWinSize,
int maxPacketSize)
| Method Detail |
|---|
public long awaitExpansion(long was)
throws ConnectionException
ConnectionExceptionpublic void consume(long howMuch)
consume in class Window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||