public class ConnectingChannelHandler extends Object implements ChannelHandler
| Modifier and Type | Field and Description |
|---|---|
Throwable |
error |
Object |
syncObject |
| Constructor and Description |
|---|
ConnectingChannelHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClosed(String reason) |
void |
onConnect(ChannelContext context) |
void |
onError(ChannelContext context) |
void |
onMessage(ChannelContext context) |
public void onConnect(ChannelContext context)
onConnect in interface ChannelHandlerpublic void onMessage(ChannelContext context)
onMessage in interface ChannelHandlerpublic void onError(ChannelContext context)
onError in interface ChannelHandlerpublic void onClosed(String reason)
onClosed in interface ChannelHandlerCopyright © 2021. All rights reserved.