| 程序包 | 说明 |
|---|---|
| net.hasor.rsf |
RSF 分布式RPC框架。
|
| net.hasor.rsf.domain |
RSF框架所需要的domain数据模型。
|
| net.hasor.rsf.domain.warp |
框架中所有的warp类,warp实际上就是静态代理。
|
| 限定符和类型 | 方法和说明 |
|---|---|
RsfServiceType |
RsfBindInfo.getServiceType() |
| 限定符和类型 | 方法和说明 |
|---|---|
RsfServiceType |
ServiceDomain.getServiceType()
获取服务类型,消费者还是提供者
|
static RsfServiceType |
RsfServiceType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RsfServiceType[] |
RsfServiceType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ServiceDomain.setServiceType(RsfServiceType serviceType)
设置服务类型,消费者还是提供者
|
| 限定符和类型 | 方法和说明 |
|---|---|
RsfServiceType |
RsfBindInfoWrap.getServiceType() |
Copyright © 2020–2021. All rights reserved.