public interface ConnectorMsgHandler
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
request(com.bitactor.framework.core.net.api.Channel channel,
ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg)
Controller 消息任务,如果返回是否需要继续往下处理
|
boolean request(com.bitactor.framework.core.net.api.Channel channel,
ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg)
throws Throwable
session - type - msgId - commandId - msg - ThrowableCopyright © 2021. All rights reserved.