com.sshtools.j2ssh.forwarding

Class ForwardingConfiguration.ForwardingConfigurationMonitor

Enclosing Class:
ForwardingConfiguration
Implemented Interfaces:
ChannelEventListener

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

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)

Method Details

onChannelClose

public void onChannelClose(Channel channel)
Specified by:
onChannelClose in interface ChannelEventListener
Parameters:
channel -

onChannelEOF

public void onChannelEOF(Channel channel)
Specified by:
onChannelEOF in interface ChannelEventListener
Parameters:
channel -

onChannelOpen

public void onChannelOpen(Channel channel)
Specified by:
onChannelOpen in interface ChannelEventListener
Parameters:
channel -

onDataReceived

public void onDataReceived(Channel channel,
                           byte[] data)
Specified by:
onDataReceived in interface ChannelEventListener
Parameters:
channel -
data -

onDataSent

public void onDataSent(Channel channel,
                       byte[] data)
Specified by:
onDataSent in interface ChannelEventListener
Parameters:
channel -
data -

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.