| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.sshtools.j2ssh.forwarding.ForwardingConfiguration.ForwardingConfigurationMonitorpublic class ForwardingConfiguration.ForwardingConfigurationMonitorextends java.lang.Objectimplements ChannelEventListenerMethod 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-