Uses of Class
net.schmizz.sshj.connection.channel.Window.Local
-
Packages that use Window.Local Package Description net.schmizz.sshj.connection.channel -
-
Uses of Window.Local in net.schmizz.sshj.connection.channel
Fields in net.schmizz.sshj.connection.channel declared as Window.Local Modifier and Type Field Description protected Window.Local
AbstractChannel. lwin
Local windowprivate Window.Local
ChannelInputStream. win
Constructors in net.schmizz.sshj.connection.channel with parameters of type Window.Local Constructor Description ChannelInputStream(Channel chan, Transport trans, Window.Local win)
-