| 程序包 | 说明 |
|---|---|
| com.bitactor.framework.cloud.spring.controller.extension | |
| com.bitactor.framework.cloud.spring.controller.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
ControllerResp |
ControllerInvokerHandler.request(ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg)
同步请求后端服务器,等待消息响应
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ControllerInvokerHandler.request(ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg,
java.util.function.BiConsumer<ControllerResp,? super Throwable> action) |
| 限定符和类型 | 方法和说明 |
|---|---|
private ControllerResp |
ControllerInvokerHandlerImpl.doInvoker(ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg) |
ControllerResp |
ControllerInvokerHandlerImpl.request(ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ControllerInvokerHandlerImpl.request(ClientNetSession session,
ProtocolType type,
int msgId,
int commandId,
byte[] msg,
java.util.function.BiConsumer<ControllerResp,? super Throwable> action) |
Copyright © 2021. All rights reserved.