接口 | 说明 |
---|---|
SncpAsyncHandler<V,A> |
异步回调函数
public class _DyncSncpAsyncHandler extends XXXAsyncHandler implements SncpAsyncHandler 详情见: https://redkale.org |
类 | 说明 |
---|---|
Sncp |
Service Node Communicate Protocol
生成Service的本地模式或远程模式Service-Class的工具类
详情见: https://redkale.org
|
SncpAsyncHandler.DefaultSncpAsyncHandler<V,A> | |
SncpAsyncHandler.Factory | |
SncpClient |
详情见: https://redkale.org
|
SncpClient.SncpAction | |
SncpContext |
详情见: https://redkale.org
|
SncpContext.SncpContextConfig | |
SncpDynServlet |
详情见: https://redkale.org
|
SncpDynServlet.SncpServletAction | |
SncpFilter | |
SncpPrepareServlet |
详情见: https://redkale.org
|
SncpRequest |
详情见: https://redkale.org
|
SncpResponse |
详情见: https://redkale.org
|
SncpServer |
Service Node Communicate Protocol
详情见: https://redkale.org
|
SncpServlet |
详情见: https://redkale.org
|
注释类型 | 说明 |
---|---|
SncpDyn |
修饰由SNCP协议动态生成的class、和method
本地模式:动态生成的_DynLocalXXXXService类其带有@RpcMultiRun方法均会打上@SncpDyn(remote = false, index=N) 的注解
远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解
详情见: https://redkale.org
|