Package com.sshtools.j2ssh.forwarding
Interface ForwardingConfigurationListener
- All Superinterfaces:
EventListener
- Version:
- $Revision: 1.16 $
- Author:
- $author$
-
Method Summary
Modifier and TypeMethodDescriptionvoidclosed(ForwardingConfiguration forward, ForwardingChannel channel) voiddataReceived(ForwardingConfiguration forward, ForwardingChannel channel, int bytes) voiddataSent(ForwardingConfiguration forward, ForwardingChannel channel, int bytes) voidopened(ForwardingConfiguration forward, ForwardingChannel channel)
-
Method Details
-
opened
- Parameters:
channel-
-
closed
- Parameters:
channel-
-
dataReceived
- Parameters:
channel-bytes-
-
dataSent
- Parameters:
channel-bytes-
-