Package com.sshtools.j2ssh.connection
Interface ChannelEventListener
- All Known Implementing Classes:
ChannelEventAdapter,DataNotificationListener,ForwardingConfiguration.ForwardingConfigurationMonitor
public interface ChannelEventListener
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChannelClose(Channel channel) voidonChannelEOF(Channel channel) voidonChannelOpen(Channel channel) voidonDataReceived(Channel channel, byte[] data) voidonDataSent(Channel channel, byte[] data)
-
Method Details
-
onChannelOpen
- Parameters:
channel-
-
onChannelEOF
- Parameters:
channel-
-
onChannelClose
- Parameters:
channel-
-
onDataReceived
- Parameters:
channel-data-
-
onDataSent
- Parameters:
channel-data-
-