Uses of Class
org.apache.sshd.common.channel.Window
-
Packages that use Window Package Description org.apache.sshd.common.channel org.apache.sshd.server.channel -
-
Uses of Window in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as Window Modifier and Type Field Description private WindowAbstractChannel. localWindowprivate WindowChannelPipedInputStream. localWindowprivate WindowAbstractChannel. remoteWindowprivate WindowChannelOutputStream. remoteWindowFields in org.apache.sshd.common.channel with type parameters of type Window Modifier and Type Field Description static java.util.function.Predicate<Window>Window. SPACE_AVAILABLE_PREDICATEDefaultPredicateused to test if space became availableMethods in org.apache.sshd.common.channel that return Window Modifier and Type Method Description WindowAbstractChannel. getLocalWindow()WindowChannel. getLocalWindow()WindowAbstractChannel. getRemoteWindow()WindowChannel. getRemoteWindow()Method parameters in org.apache.sshd.common.channel with type arguments of type Window Modifier and Type Method Description protected voidWindow. 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.Constructors in org.apache.sshd.common.channel with parameters of type Window Constructor Description ChannelOutputStream(AbstractChannel channel, Window remoteWindow, long maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose)ChannelOutputStream(AbstractChannel channel, Window remoteWindow, java.time.Duration maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose)ChannelOutputStream(AbstractChannel channel, Window remoteWindow, org.slf4j.Logger log, byte cmd, boolean eofOnClose)ChannelPipedInputStream(Window localWindow, long windowTimeout)ChannelPipedInputStream(Window localWindow, java.time.Duration windowTimeout)ChannelPipedInputStream(PropertyResolver resolver, Window localWindow) -
Uses of Window in org.apache.sshd.server.channel
Constructors in org.apache.sshd.server.channel with parameters of type Window Constructor Description PipeDataReceiver(PropertyResolver resolver, Window localWindow)
-