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 TypeMethodDescriptionvoid
onChannelClose
(Channel channel) void
onChannelEOF
(Channel channel) void
onChannelOpen
(Channel channel) void
onDataReceived
(Channel channel, byte[] data) void
onDataSent
(Channel channel, byte[] data)
-
Constructor Details
-
ForwardingConfigurationMonitor
public ForwardingConfigurationMonitor()
-
-
Method Details
-
onChannelOpen
- Specified by:
onChannelOpen
in interfaceChannelEventListener
-
onChannelEOF
- Specified by:
onChannelEOF
in interfaceChannelEventListener
-
onChannelClose
- Specified by:
onChannelClose
in interfaceChannelEventListener
-
onDataReceived
- Specified by:
onDataReceived
in interfaceChannelEventListener
-
onDataSent
- Specified by:
onDataSent
in interfaceChannelEventListener
-