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 class
LocalWindow
AWindow
that describes how much data this side is prepared to receive from the peer.class
RemoteWindow
AWindow
reflecting this side's view of the peer'sLocalWindow
.Fields in org.apache.sshd.common.channel with type parameters of type Window Modifier and Type Field Description private static java.util.function.Predicate<Window>
RemoteWindow. SPACE_AVAILABLE_PREDICATE
DefaultPredicate
used to test if space became availableMethods in org.apache.sshd.common.channel that return types with arguments of type Window Modifier and Type Method Description protected static java.util.function.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 void
RemoteWindow. waitForCondition(java.util.function.Predicate<? super Window> predicate, java.time.Duration maxWaitTime)
Waits up to a specified amount of time for a condition to be satisfied and signaled via the lock.
-