Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitor
public class ForwardingConfiguration.ForwardingConfigurationMonitor
extends java.lang.Object
implements ChannelEventListener
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
public void onChannelClose(Channel channel)
- Specified by:
- onChannelClose in interface ChannelEventListener
- Parameters:
channel
-
public void onChannelEOF(Channel channel)
- Specified by:
- onChannelEOF in interface ChannelEventListener
- Parameters:
channel
-
public void onChannelOpen(Channel channel)
- Specified by:
- onChannelOpen in interface ChannelEventListener
- Parameters:
channel
-
public void onDataReceived(Channel channel, byte[] data)
- Specified by:
- onDataReceived in interface ChannelEventListener
- Parameters:
channel
-data
-
public void onDataSent(Channel channel, byte[] data)
- Specified by:
- onDataSent in interface ChannelEventListener
- Parameters:
channel
-data
-