public class ForwardingConfiguration.ForwardingConfigurationMonitor extends java.lang.Object implements ChannelEventListener
| Constructor and Description |
|---|
ForwardingConfigurationMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onChannelClose(Channel channel) |
void |
onChannelEOF(Channel channel) |
void |
onChannelOpen(Channel channel) |
void |
onDataReceived(Channel channel,
byte[] data) |
void |
onDataSent(Channel channel,
byte[] data) |
public void onChannelOpen(Channel channel)
onChannelOpen in interface ChannelEventListenerpublic void onChannelEOF(Channel channel)
onChannelEOF in interface ChannelEventListenerpublic void onChannelClose(Channel channel)
onChannelClose in interface ChannelEventListenerpublic void onDataReceived(Channel channel, byte[] data)
onDataReceived in interface ChannelEventListenerpublic void onDataSent(Channel channel, byte[] data)
onDataSent in interface ChannelEventListenerCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.