Uses of Class
org.apache.sshd.common.channel.WindowClosedException
-
Packages that use WindowClosedException Package Description org.apache.sshd.common.channel -
-
Uses of WindowClosedException in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that throw WindowClosedException Modifier and Type Method Description void
Window. waitAndConsume(long len, long maxWaitTime)
Waits for enough data to become available to consume the specified sizeprotected void
Window. waitForCondition(Predicate<? super Window> predicate, long maxWaitTime)
Waits up to a specified amount of time for a condition to be satisfied and signaled via the lock.long
Window. waitForSpace(long maxWaitTime)
Waits until some data becomes available or timeout expires
-