protected class MonitorCache.ConnectionEventHandler extends java.lang.Object implements ConnectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
ConnectionEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionDropped(Channel channel)
Indicates that a connection to the specified channel has been dropped.
|
void |
connectionMade(Channel channel)
Indicates that a connection to the specified channel has been established.
|
public void connectionMade(Channel channel)
connectionMade in interface ConnectionListenerchannel - The channel which has been connected.public void connectionDropped(Channel channel)
connectionDropped in interface ConnectionListenerchannel - The channel which has been disconnected.