Package | Description |
---|---|
org.apache.sshd.common.channel |
Modifier and Type | Method and Description |
---|---|
void |
RemoteWindow.waitAndConsume(long len,
Duration maxWaitTime)
Waits for enough data to become available to consume the specified size
|
void |
RemoteWindow.waitAndConsume(long len,
long maxWaitTime)
Waits for enough data to become available to consume the specified size
|
protected 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(Duration maxWaitTime)
Waits until some data becomes available or timeout expires
|
long |
RemoteWindow.waitForSpace(long maxWaitTime)
Waits until some data becomes available or timeout expires
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.