Package com.iohao.net.server
package com.iohao.net.server
Net-server bootstrap, routing, load-balancing, and connection coordination components.
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-08-24
-
ClassDescriptionShared fallback responses and error constants for communication aggregation flows.Convenience wrapper that resolves a target server and publishes request messages.Default communication aggregation implementation for routing, broadcasting, and RPC-like calls.Resolves the target logic server for a request.Temporary registry for logic-server callbacks that are completed after server registration.Net-server runtime entry point used to register servers and start the agent loop.Builder for assembling
NetServerruntime dependencies and defaults.Registers net-server specific SBE encoders and fragment handlers into shared registries.Immutable runtime setting assembled byNetServerBuilder.Contract for components that require injectedNetServerSetting.Hook invoked afterNetServerBuilderfinishes creatingNetServerSetting.Global registry for server metadata known to the current net-server process.