Uses of Interface
com.iohao.net.center.CenterConnectionManager
Packages that use CenterConnectionManager
Package
Description
Center-server runtime, connection management, and Aeron fragment handling components.
Factory interfaces for center-server component creation.
Aeron fragment handlers used by the center server.
-
Uses of CenterConnectionManager in com.iohao.net.center
Methods in com.iohao.net.center that return CenterConnectionManagerModifier and TypeMethodDescriptionCenterServerSetting.connectionManager()Returns the value of theconnectionManagerrecord component.Methods in com.iohao.net.center with parameters of type CenterConnectionManagerModifier and TypeMethodDescriptionCenterServerSetting.CenterServerSettingBuilder.setConnectionManager(CenterConnectionManager connectionManager) Constructors in com.iohao.net.center with parameters of type CenterConnectionManagerModifierConstructorDescriptionCenterServerSetting(io.aeron.Aeron aeron, Publisher publisher, CenterConnectionManager connectionManager) Creates an instance of aCenterServerSettingrecord class. -
Uses of CenterConnectionManager in com.iohao.net.center.creator
Methods in com.iohao.net.center.creator that return CenterConnectionManagerModifier and TypeMethodDescriptionCenterConnectionManagerCreator.of(CenterConnectionManagerCreatorParameter parameter) -
Uses of CenterConnectionManager in com.iohao.net.center.fragment
Fields in com.iohao.net.center.fragment declared as CenterConnectionManagerModifier and TypeFieldDescriptionprotected CenterConnectionManagerConnectRequestMessageOnFragment.connectionManager