Uses of Interface
com.iohao.net.framework.core.CoreConfigLoader
Packages that use CoreConfigLoader
Package
Description
Center-server runtime, connection management, and Aeron fragment handling components.
Provides internal network communication contracts used by external servers to exchange messages
with other ionet components over Aeron-based channels.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Logic-server bootstrap helpers, codecs, and Aeron fragment handlers.
-
Uses of CoreConfigLoader in com.iohao.net.center
Classes in com.iohao.net.center that implement CoreConfigLoaderModifier and TypeClassDescriptionclassRegisters center-server SBE encoders and fragment handlers into shared registries. -
Uses of CoreConfigLoader in com.iohao.net.external.core.net
Classes in com.iohao.net.external.core.net that implement CoreConfigLoaderModifier and TypeClassDescriptionclassRegisters external-core SBE decoders and Aeron fragment handlers. -
Uses of CoreConfigLoader in com.iohao.net.server
Classes in com.iohao.net.server that implement CoreConfigLoaderModifier and TypeClassDescriptionclassRegisters net-server specific SBE encoders and fragment handlers into shared registries. -
Uses of CoreConfigLoader in com.iohao.net.server.logic
Classes in com.iohao.net.server.logic that implement CoreConfigLoaderModifier and TypeClassDescriptionclassRegisters logic-server SBE encoders and fragment handlers into shared registries.