Package com.sshtools.j2ssh.forwarding
Class ForwardingConfiguration.ForwardingConfigurationMonitor
java.lang.Object
com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
- All Implemented Interfaces:
ChannelEventListener
- Enclosing class:
ForwardingConfiguration
public class ForwardingConfiguration.ForwardingConfigurationMonitor
extends Object
implements ChannelEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonChannelClose(Channel channel) voidonChannelEOF(Channel channel) voidonChannelOpen(Channel channel) voidonDataReceived(Channel channel, byte[] data) voidonDataSent(Channel channel, byte[] data)
-
Constructor Details
-
ForwardingConfigurationMonitor
public ForwardingConfigurationMonitor()
-
-
Method Details
-
onChannelOpen
- Specified by:
onChannelOpenin interfaceChannelEventListener- Parameters:
channel-
-
onChannelEOF
- Specified by:
onChannelEOFin interfaceChannelEventListener- Parameters:
channel-
-
onChannelClose
- Specified by:
onChannelClosein interfaceChannelEventListener- Parameters:
channel-
-
onDataReceived
- Specified by:
onDataReceivedin interfaceChannelEventListener- Parameters:
channel-data-
-
onDataSent
- Specified by:
onDataSentin interfaceChannelEventListener- Parameters:
channel-data-
-