com.sshtools.j2ssh.forwarding
Class ForwardingConfiguration.ForwardingConfigurationMonitor

java.lang.Object
  extended by com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
All Implemented Interfaces:
ChannelEventListener
Enclosing class:
ForwardingConfiguration

public class ForwardingConfiguration.ForwardingConfigurationMonitor
extends java.lang.Object
implements ChannelEventListener


Constructor Summary
ForwardingConfiguration.ForwardingConfigurationMonitor()
           
 
Method Summary
 void onChannelClose(Channel channel)
           
 void onChannelEOF(Channel channel)
           
 void onChannelOpen(Channel channel)
           
 void onDataReceived(Channel channel, byte[] data)
           
 void onDataSent(Channel channel, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardingConfiguration.ForwardingConfigurationMonitor

public ForwardingConfiguration.ForwardingConfigurationMonitor()
Method Detail

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.