Uses of Record Class
com.iohao.net.framework.protocol.Server
Packages that use Server
Package
Description
External Server - core
CoreFramework - Communication - Distributed EventBus, the distributed event bus is similar to products such as Guava EventBus, Redis Publish/Subscribe, and MQ.
CoreFramework - Flow
CoreFramework - Protocol
Aeron NetServer
Aeron NetServer - Balanced
Aeron NetServer - Connection
Aeron NetServer - OnFragment
Aeron NetServer - Listener
Aeron - LogicServer
-
Uses of Server in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return ServerModifier and TypeMethodDescriptionExternalSetting.server()Returns the value of theserverrecord component.Constructors in com.iohao.net.external.core with parameters of type ServerModifierConstructorDescriptionExternalSetting(int port, Server server, UserSessions<?, ?> userSessions, IdleProcessSetting idleProcessSetting, AttrOptions options) Creates an instance of aExternalSettingrecord class. -
Uses of Server in com.iohao.net.framework.communication.eventbus
Constructors in com.iohao.net.framework.communication.eventbus with parameters of type Server -
Uses of Server in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return Server -
Uses of Server in com.iohao.net.framework.protocol
Methods in com.iohao.net.framework.protocol that return Server -
Uses of Server in com.iohao.net.server
Methods in com.iohao.net.server that return ServerModifier and TypeMethodDescriptionServerManager.getServerById(int serverId) ServerManager.ofServer(ServerMessage server) Methods in com.iohao.net.server with parameters of type ServerMethod parameters in com.iohao.net.server with type arguments of type Server -
Uses of Server in com.iohao.net.server.balanced
Methods in com.iohao.net.server.balanced that return ServerModifier and TypeMethodDescriptiondefault ServerExternalServerLoadBalanced.getAnyServer()ExternalServerLoadBalanced.getServer(int externalServerId) LogicServerLoadBalanced.getServer(int serverId) LogicServerLoadBalanced.getServerByCmdMerge(int cmdMerge) ServerRegion.getServerById(int serverId) Methods in com.iohao.net.server.balanced that return types with arguments of type ServerModifier and TypeMethodDescriptionServerRegion.getServerMap()ExternalServerLoadBalanced.listServer()ServerRegion.listServer()Methods in com.iohao.net.server.balanced with parameters of type ServerModifier and TypeMethodDescriptionvoiddefault voidvoiddefault voidBalancedManager.unregister(Server message) voidServerLoadBalanced.unregister(Server message) -
Uses of Server in com.iohao.net.server.connection
Constructors in com.iohao.net.server.connection with parameters of type Server -
Uses of Server in com.iohao.net.server.fragment
Methods in com.iohao.net.server.fragment with parameters of type ServerModifier and TypeMethodDescriptionvoidServerLineKit.offlineProcess(Server otherServer, NetServerSetting setting) voidServerLineKit.onlineProcess(Server otherServer, NetServerSetting setting) -
Uses of Server in com.iohao.net.server.listener
Methods in com.iohao.net.server.listener with parameters of type ServerModifier and TypeMethodDescriptionvoidDebugServerListener.connectBefore(Server server, NetServerSetting setting) default voidServerListener.connectBefore(Server message, NetServerSetting setting) voidCmdRegionServerListener.offlineServer(Server server, NetServerSetting setting) voidDebugServerListener.offlineServer(Server server, NetServerSetting setting) default voidServerListener.offlineServer(Server server, NetServerSetting setting) Other server offline listenervoidCmdRegionServerListener.onlineServer(Server server, NetServerSetting setting) voidDebugServerListener.onlineServer(Server server, NetServerSetting setting) default voidServerListener.onlineServer(Server server, NetServerSetting setting) Server online listener, this method is triggered for servers that are already online or newly connected servers -
Uses of Server in com.iohao.net.server.logic
Methods in com.iohao.net.server.logic that return ServerModifier and TypeMethodDescriptionstatic ServerLogicServerApplication.startup(LogicServer logicServer)