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