Uses of Class
com.sshtools.j2ssh.connection.BindingChannel
-
Packages that use BindingChannel Package Description com.sshtools.j2ssh.connection com.sshtools.j2ssh.forwarding -
-
Uses of BindingChannel in com.sshtools.j2ssh.connection
Fields in com.sshtools.j2ssh.connection declared as BindingChannel Modifier and Type Field Description protected BindingChannel
BindingChannel. boundChannel
Methods in com.sshtools.j2ssh.connection with parameters of type BindingChannel Modifier and Type Method Description void
BindingChannel. bindChannel(BindingChannel boundChannel)
-
Uses of BindingChannel in com.sshtools.j2ssh.forwarding
Subclasses of BindingChannel in com.sshtools.j2ssh.forwarding Modifier and Type Class Description class
ForwardingBindingChannel
-