| 程序包 | 说明 |
|---|---|
| net.hasor.rsf.domain |
RSF框架所需要的domain数据模型。
|
| net.hasor.rsf.rpc.caller |
本地发出的远程调用所使用的“请求响应管理器”。
|
| net.hasor.rsf.rpc.net |
负责处理RSF节点间的连接并保障网络通信。
|
| net.hasor.rsf.rpc.net.netty |
Netty 网络连接器。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AttributeSet |
class |
RequestInfo
RSF Request 的化身,是封装 Request 的数据对象。
|
class |
ResponseInfo
RSF Response 的化身,是封装 Response 的数据对象。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RsfResponseObject
调用请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
Connector.receivedData(RsfChannel rsfChannel,
OptionInfo object)
接收到数据
|
void |
ReceivedAdapter.receivedMessage(RsfChannel rsfChannel,
OptionInfo info) |
void |
ReceivedListener.receivedMessage(RsfChannel rsfChannel,
OptionInfo info)
从远端收到Response消息。
|
protected abstract void |
RsfChannel.sendData(OptionInfo sendData,
SendCallBack sendCallBack)
发送数据
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NettyConnector.receivedData(RsfChannel target,
OptionInfo object)
接收到数据(方法public化)
|
Copyright © 2020–2021. All rights reserved.