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 TypeMethodDescriptionvoid
RemoteWindow.waitAndConsume
(long len, long maxWaitTime) Waits for enough data to become available to consume the specified sizevoid
RemoteWindow.waitAndConsume
(long len, Duration maxWaitTime) Waits for enough data to become available to consume the specified sizeprotected 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.long
RemoteWindow.waitForSpace
(long maxWaitTime) Waits until some data becomes available or timeout expireslong
RemoteWindow.waitForSpace
(Duration maxWaitTime) Waits until some data becomes available or timeout expires