Class Overview
Controls how much data we can send before an adjustment notification from remote end is required.
Summary
| Public Constructors |
|
|
Window.Remote(long initialWinSize, int maxPacketSize)
|
|
[Expand]
Inherited Methods |
From class
net.schmizz.sshj.connection.channel.Window
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
Window.Remote
(long initialWinSize, int maxPacketSize)
Parameters
| initialWinSize
| |
| maxPacketSize
| |
Public Methods
public
long
awaitExpansion
(long was)
public
void
consume
(long howMuch)