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 classForwardingBindingChannelclassForwardingChannelImplclassForwardingIOChannelclassForwardingSocketChannelMethods in com.sshtools.j2ssh.forwarding with parameters of type ForwardingChannel Modifier and Type Method Description voidForwardingConfigurationListener. closed(ForwardingConfiguration forward, ForwardingChannel channel)voidForwardingConfigurationListener. dataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)voidForwardingConfigurationListener. dataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes)voidForwardingConfigurationListener. opened(ForwardingConfiguration forward, ForwardingChannel channel)
-