Uses of Class
org.apache.sshd.common.channel.WindowClosedException
Packages that use WindowClosedException
-
Uses of WindowClosedException in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that throw WindowClosedExceptionModifier and TypeMethodDescriptionvoidRemoteWindow.waitAndConsume(long len, long maxWaitTime) Waits for enough data to become available to consume the specified sizevoidRemoteWindow.waitAndConsume(long len, Duration maxWaitTime) Waits for enough data to become available to consume the specified sizeprotected 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.longRemoteWindow.waitForSpace(long maxWaitTime) Waits until some data becomes available or timeout expireslongRemoteWindow.waitForSpace(Duration maxWaitTime) Waits until some data becomes available or timeout expires