Uses of Class
org.apache.sshd.common.channel.Window
Packages that use Window
-
Uses of Window in org.apache.sshd.common.channel
Subclasses of Window in org.apache.sshd.common.channelModifier and TypeClassDescriptionclassAWindowthat describes how much data this side is prepared to receive from the peer.classAWindowreflecting this side's view of the peer'sLocalWindow.Methods in org.apache.sshd.common.channel that return types with arguments of type WindowMethod parameters in org.apache.sshd.common.channel with type arguments of type WindowModifier and TypeMethodDescriptionprotected 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.