public abstract class SimpleChannelHandler extends Object implements ChannelHandler
| Constructor and Description |
|---|
SimpleChannelHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClosed(String reason) |
void |
onConnect(ChannelContext context) |
void |
onError(ChannelContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonMessagepublic void onConnect(ChannelContext context) throws Exception
onConnect in interface ChannelHandlerExceptionpublic void onError(ChannelContext context) throws Exception
onError in interface ChannelHandlerExceptionpublic void onClosed(String reason)
onClosed in interface ChannelHandlerCopyright © 2021. All rights reserved.