| 程序包 | 说明 |
|---|---|
| net.hasor.rsf |
RSF 分布式RPC框架。
|
| net.hasor.rsf.domain |
RSF框架所需要的domain数据模型。
|
| net.hasor.rsf.domain.warp |
框架中所有的warp类,warp实际上就是静态代理。
|
| net.hasor.rsf.filters.thread |
RsfRequest接口可以被@Inject(服务提供者端)。
|
| net.hasor.rsf.rpc.caller |
本地发出的远程调用所使用的“请求响应管理器”。
|
| net.hasor.rsf.rpc.context |
RSF服务框架容器环境,
RsfContext接口的实现。 |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
RsfHeader
请求响应通用。
|
interface |
RsfRequest
调用请求
|
interface |
RsfResponse
响应请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
RsfOptionSet |
RsfSettings.getClientOption()
获取配置的客户端选项
|
RsfOptionSet |
RsfSettings.getServerOption()
获取配置的服务器端选项
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AttributeSet |
class |
OptionInfo |
class |
RequestInfo
RSF Request 的化身,是封装 Request 的数据对象。
|
class |
ResponseInfo
RSF Response 的化身,是封装 Response 的数据对象。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
OptionInfo.addOptionMap(RsfOptionSet optSet) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRsfRequestWarp
RSF请求
|
class |
AbstractRsfResponseWarp
调用请求
|
class |
RsfRequestWarp
RsfRequest接口包装器。 |
class |
RsfResponseWarp
RsfResponse接口包装器。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RsfRequestLocal
RsfRequest接口包装器(当前线程绑定)。 |
class |
RsfResponseLocal
RsfResponse接口包装器(当前线程绑定)。 |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RsfResponseObject
调用请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
RsfOptionSet |
DefaultRsfSettings.getClientOption() |
RsfOptionSet |
DefaultRsfSettings.getServerOption() |
Copyright © 2020–2021. All rights reserved.