Uses of Class
org.apache.sshd.common.channel.LocalWindow
-
Packages that use LocalWindow Package Description org.apache.sshd.common.channel org.apache.sshd.server.channel -
-
Uses of LocalWindow in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as LocalWindow Modifier and Type Field Description private LocalWindow
AbstractChannel. localWindow
private LocalWindow
ChannelPipedInputStream. localWindow
Methods in org.apache.sshd.common.channel that return LocalWindow Modifier and Type Method Description LocalWindow
AbstractChannel. getLocalWindow()
LocalWindow
Channel. getLocalWindow()
Constructors in org.apache.sshd.common.channel with parameters of type LocalWindow Constructor Description ChannelPipedInputStream(LocalWindow localWindow, long windowTimeout)
ChannelPipedInputStream(LocalWindow localWindow, java.time.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 LocalWindow Constructor Description PipeDataReceiver(PropertyResolver resolver, LocalWindow localWindow)
-