| net.hasor.rsf |
RSF 分布式RPC框架。
|
| net.hasor.rsf.address |
地址管理 & 服务路由 & 流量控制。
|
| net.hasor.rsf.address.route.flowcontrol.random |
流控规则:随机选址。
|
| net.hasor.rsf.address.route.flowcontrol.speed |
流控规则:QoS限流
|
| net.hasor.rsf.address.route.flowcontrol.unit |
流控规则:单元化流量分组
|
| net.hasor.rsf.address.route.rule |
路由规则机制。
|
| net.hasor.rsf.bootstrap |
RSF启动器
|
| net.hasor.rsf.container |
RSF服务框架中的,Bean容器、以及RsfBinder机制实现。
|
| net.hasor.rsf.domain |
RSF框架所需要的domain数据模型。
|
| net.hasor.rsf.domain.provider |
|
| net.hasor.rsf.domain.warp |
框架中所有的warp类,warp实际上就是静态代理。
|
| net.hasor.rsf.filters.local |
RSF服务本地调用优先功能。
|
| net.hasor.rsf.filters.online |
优雅下线功能。
|
| net.hasor.rsf.filters.thread |
RsfRequest接口可以被@Inject(服务提供者端)。
|
| net.hasor.rsf.protocol.http_hprose |
Hprose Http RPC协议 数据包编码器和解码器。
|
| net.hasor.rsf.protocol.rsf |
RSF 1.0协议 数据包编码器和解码器。
|
| net.hasor.rsf.protocol.rsf.v1 |
RSF 协议第一版,底层传输数据结构。
|
| net.hasor.rsf.rpc.caller |
本地发出的远程调用所使用的“请求响应管理器”。
|
| net.hasor.rsf.rpc.caller.remote |
RSF框架接收远程请求所使用的“请求调用管理器”。
|
| net.hasor.rsf.rpc.client |
|
| net.hasor.rsf.rpc.context |
|
| net.hasor.rsf.rpc.net |
负责处理RSF节点间的连接并保障网络通信。
|
| net.hasor.rsf.rpc.net.http |
Http 网络连接器。
|
| net.hasor.rsf.rpc.net.netty |
Netty 网络连接器。
|
| net.hasor.rsf.serialize |
序列化功能支持。
|
| net.hasor.rsf.serialize.coder |
各种序列化协议支持。
|
| net.hasor.rsf.tconsole |
Telnet,RSF内置指令集。
|
| net.hasor.rsf.utils |
各种工具
|
| net.hasor.rsf.utils.groovy223 |
|