| 类 | 说明 |
|---|---|
| ServiceWrapper<T extends Service> |
Service对象的封装类
详情见: http://www.redkale.org
|
| Sncp |
Service Node Communicate Protocol
生成Service的本地模式或远程模式Service-Class的工具类
详情见: http://www.redkale.org
|
| SncpClient |
详情见: http://www.redkale.org
|
| SncpClient.SncpAction | |
| SncpClient.SncpFuture<T> | |
| SncpDynServlet |
详情见: http://www.redkale.org
|
| SncpDynServlet.SncpServletAction | |
| SncpPrepareServlet |
详情见: http://www.redkale.org
|
| SncpRequest |
详情见: http://www.redkale.org
|
| SncpResponse |
详情见: http://www.redkale.org
|
| SncpServer |
Service Node Communicate Protocol
详情见: http://www.redkale.org
|
| SncpServlet |
详情见: http://www.redkale.org
|
| 注释类型 | 说明 |
|---|---|
| SncpDyn |
修饰由SNCP协议动态生成的class、和method
本地模式:动态生成的_DynLocalXXXXService类其带有@MultiRun方法均会打上@SncpDyn(remote = false, index=N) 的注解
远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解
详情见: http://www.redkale.org
|