Uses of Class
org.apache.sshd.common.channel.Window
-
Packages that use Window Package Description org.apache.sshd.common.channel -
-
Uses of Window in org.apache.sshd.common.channel
Subclasses of Window in org.apache.sshd.common.channel Modifier and Type Class Description classLocalWindowAWindowthat describes how much data this side is prepared to receive from the peer.classRemoteWindowAWindowreflecting this side's view of the peer'sLocalWindow.Methods in org.apache.sshd.common.channel that return types with arguments of type Window Modifier and Type Method Description protected static Predicate<Window>Window. largerThan(long minSize)Method parameters in org.apache.sshd.common.channel with type arguments of type Window Modifier and Type Method Description protected voidRemoteWindow. waitForCondition(Predicate<? super Window> predicate, Duration maxWaitTime)Waits up to a specified amount of time for a condition to be satisfied and signaled via the lock.
-