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