模块 org.redkale
程序包 org.redkale.net.sncp
SNCP协议包,提供SNCP协议服务器
-
接口概要 接口 说明 SncpAsyncHandler<V,A> 异步回调函数 -
类概要 类 说明 Sncp Service Node Communicate Protocol 生成Service的本地模式或远程模式Service-Class的工具类SncpAsyncHandler.HandlerInner SncpClient SNCP版Client, 一个SncpServer只能对应一个SncpClientSncpClientCodec SncpClient编解码器SncpClientConnection client版连接SncpClientRequest client版请求SncpClientResult client版响应结果SncpContext 详情见: https://redkale.orgSncpContext.SncpContextConfig SncpDispatcherServlet 详情见: https://redkale.orgSncpFilter SncpHeader SncpRemoteInfo<S extends Service> 每个Service的client相关信息对象SncpRemoteInfo.SncpRemoteAction SncpRequest 详情见: https://redkale.orgSncpResponse 详情见: https://redkale.orgSncpRpcGroup 协议地址组合对象, 对应application.xml 中 resources->group 节点信息SncpRpcGroups 协议地址组合对象, 对应application.xml中group节点信息SncpServer Service Node Communicate ProtocolSncpServlet 详情见: https://redkale.orgSncpServlet.SncpActionServlet -
异常错误概要 异常错误 说明 SncpException Sncp自定义异常类 -
注释类型概要 注释类型 说明 Sncp.SncpDyn 修饰由SNCP协议动态生成的class、和method 本地模式:动态生成的_DynLocalXXXXService类会打上@SncpDyn(remote = false) 的注解 远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解