public interface ChannelHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onClosed(String reason) |
void |
onConnect(ChannelContext context) |
void |
onError(ChannelContext context) |
void |
onMessage(ChannelContext context) |
void onConnect(ChannelContext context) throws Exception
Exceptionvoid onMessage(ChannelContext context) throws Exception
Exceptionvoid onError(ChannelContext context) throws Exception
Exceptionvoid onClosed(String reason)
Copyright © 2021. All rights reserved.