Uses of Interface
com.iohao.net.framework.core.SkeletonThreadPipeline
Packages that use SkeletonThreadPipeline
Package
Description
CoreFramework - Core
Aeron NetServer
-
Uses of SkeletonThreadPipeline in com.iohao.net.framework.core
Classes in com.iohao.net.framework.core that implement SkeletonThreadPipelineModifier and TypeClassDescriptionfinal classDefaultSkeletonThreadPipeline -
Uses of SkeletonThreadPipeline in com.iohao.net.server
Methods in com.iohao.net.server that return SkeletonThreadPipelineModifier and TypeMethodDescriptionNetServerSetting.skeletonThreadPipeline()Returns the value of theskeletonThreadPipelinerecord component.Constructors in com.iohao.net.server with parameters of type SkeletonThreadPipelineModifierConstructorDescriptionNetServerSetting(int netId, io.aeron.Aeron aeron, CmdRegions cmdRegions, ConnectionManager connectionManager, SkeletonThreadPipeline skeletonThreadPipeline, CommunicationAggregation communicationAggregation, FindServer findServer, BalancedManager balancedManager, FutureManager futureManager, List<ServerShutdownHook> serverShutdownHookList, List<ServerListener> listenerList, Publisher publisher, ConvenientCommunication convenientCommunication) Creates an instance of aNetServerSettingrecord class.