Uses of Interface
com.iohao.net.server.LogicServer
Packages that use LogicServer
Package
Description
Convenience bootstrap API for starting ionet components (external server, logic servers, and
optional center server) within a single application entry point.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
Logic-server bootstrap helpers, codecs, and Aeron fragment handlers.
-
Uses of LogicServer in com.iohao.net.app
Fields in com.iohao.net.app with type parameters of type LogicServerMethod parameters in com.iohao.net.app with type arguments of type LogicServer -
Uses of LogicServer in com.iohao.net.server
Methods in com.iohao.net.server that return LogicServerMethods in com.iohao.net.server with parameters of type LogicServerModifier and TypeMethodDescriptionstatic voidLogicServerManager.put(int serverId, LogicServer logicServer) -
Uses of LogicServer in com.iohao.net.server.logic
Methods in com.iohao.net.server.logic with parameters of type LogicServerModifier and TypeMethodDescriptionstatic ServerLogicServerApplication.startup(LogicServer logicServer) Builds the logic-server skeleton and server metadata, then registers startup callbacks.