Uses of Class
org.apache.sshd.common.channel.LocalWindow
Packages that use LocalWindow
-
Uses of LocalWindow in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as LocalWindowModifier and TypeFieldDescriptionprivate final LocalWindowAbstractChannel.localWindowprivate final LocalWindowChannelPipedInputStream.localWindowMethods 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(PropertyResolver resolver, LocalWindow localWindow) -
Uses of LocalWindow in org.apache.sshd.server.channel
Constructors in org.apache.sshd.server.channel with parameters of type LocalWindowModifierConstructorDescriptionPipeDataReceiver(PropertyResolver resolver, LocalWindow localWindow)