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 TypeClassDescriptionclass
AWindow
that describes how much data this side is prepared to receive from the peer.class
AWindow
reflecting 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_PREDICATE
DefaultPredicate
used 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 void
RemoteWindow.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.