Uses of Interface
com.iohao.net.server.connection.ServerShutdownHook
Packages that use ServerShutdownHook
Package
Description
Aeron NetServer
Aeron NetServer - Connection
-
Uses of ServerShutdownHook in com.iohao.net.server
Methods in com.iohao.net.server that return types with arguments of type ServerShutdownHookModifier and TypeMethodDescriptionNetServerSetting.serverShutdownHookList()Returns the value of theserverShutdownHookListrecord component.Methods in com.iohao.net.server with parameters of type ServerShutdownHookModifier and TypeMethodDescriptionvoidNetServerBuilder.addServerShutdownHook(ServerShutdownHook hook) Method parameters in com.iohao.net.server with type arguments of type ServerShutdownHookModifier and TypeMethodDescriptionvoidNetServerBuilder.addServerShutdownHook(List<ServerShutdownHook> hookList) Constructor parameters in com.iohao.net.server with type arguments of type ServerShutdownHookModifierConstructorDescriptionNetServerSetting(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. -
Uses of ServerShutdownHook in com.iohao.net.server.connection
Classes in com.iohao.net.server.connection that implement ServerShutdownHook