public interface SenderListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sendRequest(InterAddress toAddress,
RequestInfo info,
SendCallBack callBack)
向远端发送请求。
|
void |
sendResponse(InterAddress target,
ResponseInfo info,
SendCallBack callBack)
向远端发送响应数据。
|
void sendRequest(InterAddress toAddress, RequestInfo info, SendCallBack callBack)
void sendResponse(InterAddress target, ResponseInfo info, SendCallBack callBack)
Copyright © 2020–2021. All rights reserved.