Package | Description |
---|---|
org.apache.sshd.common.channel |
Modifier and Type | Class and Description |
---|---|
class |
LocalWindow
A
Window that describes how much data this side is prepared to receive from the peer. |
class |
RemoteWindow
A
Window reflecting this side's view of the peer's LocalWindow . |
Modifier and Type | Field and Description |
---|---|
private static java.util.function.Predicate<Window> |
RemoteWindow.SPACE_AVAILABLE_PREDICATE
Default
Predicate used to test if space became available |
Modifier and Type | Method and Description |
---|---|
protected static java.util.function.Predicate<Window> |
Window.largerThan(long minSize) |
Modifier and Type | Method and Description |
---|---|
protected 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.
|