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 java.lang.Object
- implements ChannelEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForwardingConfiguration.ForwardingConfigurationMonitor
public ForwardingConfiguration.ForwardingConfigurationMonitor()
onChannelOpen
public void onChannelOpen(Channel channel)
- Specified by:
onChannelOpen
in interface ChannelEventListener
onChannelEOF
public void onChannelEOF(Channel channel)
- Specified by:
onChannelEOF
in interface ChannelEventListener
onChannelClose
public void onChannelClose(Channel channel)
- Specified by:
onChannelClose
in interface ChannelEventListener
onDataReceived
public void onDataReceived(Channel channel,
byte[] data)
- Specified by:
onDataReceived
in interface ChannelEventListener
onDataSent
public void onDataSent(Channel channel,
byte[] data)
- Specified by:
onDataSent
in interface ChannelEventListener
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.