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.Fields in org.apache.sshd.common.channel with type parameters of type WindowModifier and TypeFieldDescriptionRemoteWindow.SPACE_AVAILABLE_PREDICATEDefaultPredicateused to test if space became availableMethods 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.