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 Window
AbstractChannel. localWindow
private Window
ChannelPipedInputStream. localWindow
private Window
AbstractChannel. remoteWindow
private Window
ChannelOutputStream. remoteWindow
Fields 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_PREDICATE
DefaultPredicate
used to test if space became availableMethods in org.apache.sshd.common.channel that return Window Modifier and Type Method Description Window
AbstractChannel. getLocalWindow()
Window
Channel. getLocalWindow()
Window
AbstractChannel. getRemoteWindow()
Window
Channel. getRemoteWindow()
Method parameters in org.apache.sshd.common.channel with type arguments of type Window Modifier and Type Method Description protected void
Window. waitForCondition(java.util.function.Predicate<? super Window> predicate, long 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, org.slf4j.Logger log, byte cmd, boolean eofOnClose)
ChannelPipedInputStream(Window localWindow, long 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)
-