Uses of Class
com.sshtools.j2ssh.connection.ChannelDataWindow
-
Packages that use ChannelDataWindow Package Description com.sshtools.j2ssh.connection -
-
Uses of ChannelDataWindow in com.sshtools.j2ssh.connection
Fields in com.sshtools.j2ssh.connection declared as ChannelDataWindow Modifier and Type Field Description protected ChannelDataWindow
Channel. localWindow
protected ChannelDataWindow
Channel. remoteWindow
Methods in com.sshtools.j2ssh.connection that return ChannelDataWindow Modifier and Type Method Description ChannelDataWindow
Channel. getLocalWindow()
ChannelDataWindow
Channel. getRemoteWindow()
-