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 voidWindow. waitAndConsume(long len, long maxWaitTime)Waits for enough data to become available to consume the specified sizevoidWindow. waitAndConsume(long len, java.time.Duration maxWaitTime)Waits for enough data to become available to consume the specified sizeprotected voidWindow. 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.longWindow. waitForSpace(long maxWaitTime)Waits until some data becomes available or timeout expireslongWindow. waitForSpace(java.time.Duration maxWaitTime)Waits until some data becomes available or timeout expires
-