Uses of Interface
com.sshtools.j2ssh.forwarding.ForwardingChannel
-
Packages that use ForwardingChannel Package Description com.sshtools.j2ssh.forwarding -
-
Uses of ForwardingChannel in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ForwardingChannel Modifier and Type Class Description class
ForwardingBindingChannel
class
ForwardingChannelImpl
class
ForwardingIOChannel
class
ForwardingSocketChannel
Methods in com.sshtools.j2ssh.forwarding with parameters of type ForwardingChannel Modifier and Type Method Description void
ForwardingConfigurationListener. closed(ForwardingConfiguration forward, ForwardingChannel channel)
void
ForwardingConfigurationListener. dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
void
ForwardingConfigurationListener. dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)
void
ForwardingConfigurationListener. opened(ForwardingConfiguration forward, ForwardingChannel channel)
-