Uses of Class
com.iohao.net.framework.core.BarSkeleton
Packages that use BarSkeleton
Package
Description
CoreFramework - Core
CoreFramework - Flow
CoreFramework - Kit
CoreFramework - Runner extension mechanism.
CoreFramework - Protocol
Aeron NetServer
-
Uses of BarSkeleton in com.iohao.net.framework.core
Methods in com.iohao.net.framework.core that return BarSkeletonModifier and TypeMethodDescriptionBarSkeletonBuilder.build()BarSkeletonManager.getBarSkeleton(int serverId) Methods in com.iohao.net.framework.core with parameters of type BarSkeletonModifier and TypeMethodDescriptionvoidDefaultSkeletonThreadPipeline.execute(BarSkeleton barSkeleton, FlowContext flowContext) voidFlowExecutor.execute(FlowContext flowContext, BarSkeleton barSkeleton) voidSkeletonThreadPipeline.execute(BarSkeleton barSkeleton, FlowContext flowContext) default voidActionParserListener.onAfter(BarSkeleton barSkeleton) Executed afterActionParserListener.onActionCommand(ActionParserContext)voidBarSkeletonManager.putBarSkeleton(int serverId, BarSkeleton barSkeleton) -
Uses of BarSkeleton in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return BarSkeletonMethods in com.iohao.net.framework.core.flow with parameters of type BarSkeleton -
Uses of BarSkeleton in com.iohao.net.framework.core.kit
Methods in com.iohao.net.framework.core.kit with parameters of type BarSkeletonModifier and TypeMethodDescriptionstatic voidFlowExecutorKit.execute(FlowContext flowContext, BarSkeleton barSkeleton) -
Uses of BarSkeleton in com.iohao.net.framework.core.runner
Methods in com.iohao.net.framework.core.runner with parameters of type BarSkeletonModifier and TypeMethodDescriptionvoidRunner.onStart(BarSkeleton skeleton) Before establishing the network connectiondefault voidRunner.onStartAfter(BarSkeleton skeleton) After establishing the network connection -
Uses of BarSkeleton in com.iohao.net.framework.protocol
Methods in com.iohao.net.framework.protocol that return BarSkeletonModifier and TypeMethodDescriptionServer.barSkeleton()Returns the value of thebarSkeletonrecord component.Constructors in com.iohao.net.framework.protocol with parameters of type BarSkeletonModifierConstructorDescriptionServer(int id, String name, String tag, ServerTypeEnum serverType, int netId, String ip, String pubName, int[] cmdMerges, Map<String, byte[]> payloadMap, BarSkeleton barSkeleton) Creates an instance of aServerrecord class. -
Uses of BarSkeleton in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type BarSkeletonModifier and TypeMethodDescriptiondefault voidLogicServer.startupSuccess(BarSkeleton barSkeleton)