|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.pvlogger.ChannelGroup.ConnectionHandler
| Constructor Summary | |
protected |
ChannelGroup.ConnectionHandler()
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected ChannelGroup.ConnectionHandler()
| Method Detail |
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||