Uses of Interface
com.sshtools.j2ssh.forwarding.ForwardingChannel
Packages that use ForwardingChannel
-
Uses of ForwardingChannel in com.sshtools.j2ssh.forwarding
Classes in com.sshtools.j2ssh.forwarding that implement ForwardingChannelModifier and TypeClassDescriptionclass
class
class
class
Methods in com.sshtools.j2ssh.forwarding with parameters of type ForwardingChannelModifier and TypeMethodDescriptionvoid
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)