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 | Method and Description |
---|---|
protected static Predicate<Window> |
Window.largerThan(long minSize) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.