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 LocalWindow
AbstractChannel.localWindow
private final LocalWindow
ChannelPipedInputStream.localWindow
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
(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)