Uses of Class
org.apache.sshd.common.channel.LocalWindow
Packages that use LocalWindow
Package
Description
-
Uses of LocalWindow in org.apache.sshd.common.channel
Methods in org.apache.sshd.common.channel that return LocalWindowConstructors in org.apache.sshd.common.channel with parameters of type LocalWindowModifierConstructorDescriptionChannelPipedInputStream(LocalWindow localWindow, long windowTimeout) ChannelPipedInputStream(LocalWindow localWindow, Duration windowTimeout) ChannelPipedInputStream(org.apache.sshd.common.PropertyResolver resolver, LocalWindow localWindow) -
Uses of LocalWindow in org.apache.sshd.common.forward
Methods in org.apache.sshd.common.forward with parameters of type LocalWindowModifier and TypeMethodDescriptionprotected voidSocksProxy.Socks4.onChannelOpened(OpenFuture future, LocalWindow window, long windowSize) protected voidSocksProxy.Socks5.onChannelOpened(OpenFuture future, LocalWindow window, long windowSize) protected voidSocksProxy.Proxy.sendReply(org.apache.sshd.common.util.buffer.Buffer message, boolean success, LocalWindow window, long windowSize) -
Uses of LocalWindow in org.apache.sshd.server.channel
Constructors in org.apache.sshd.server.channel with parameters of type LocalWindowModifierConstructorDescriptionPipeDataReceiver(org.apache.sshd.common.PropertyResolver resolver, LocalWindow localWindow)