Uses of Class
org.apache.sshd.common.channel.Window
Packages that use Window
-
Uses of Window in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as WindowModifier and TypeFieldDescriptionprivate final WindowAbstractChannel.localWindowprivate final WindowChannelPipedInputStream.localWindowprivate final WindowAbstractChannel.remoteWindowprivate final WindowChannelOutputStream.remoteWindowFields in org.apache.sshd.common.channel with type parameters of type WindowModifier and TypeFieldDescriptionWindow.SPACE_AVAILABLE_PREDICATEDefaultPredicateused to test if space became availableMethods in org.apache.sshd.common.channel that return WindowModifier and TypeMethodDescriptionAbstractChannel.getLocalWindow()Channel.getLocalWindow()AbstractChannel.getRemoteWindow()Channel.getRemoteWindow()Method parameters in org.apache.sshd.common.channel with type arguments of type WindowModifier and TypeMethodDescriptionprotected voidWindow.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.Constructors in org.apache.sshd.common.channel with parameters of type WindowModifierConstructorDescriptionChannelOutputStream(AbstractChannel channel, Window remoteWindow, long maxWaitTimeout, org.slf4j.Logger log, byte cmd, boolean eofOnClose) ChannelOutputStream(AbstractChannel channel, Window remoteWindow, 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, 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