Uses of Class
com.iohao.net.external.core.hook.internal.IdleProcessSettingBuilder
Packages that use IdleProcessSettingBuilder
Package
Description
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
Provides internal hook implementations and supporting contracts used by the external-server
runtime to compose built-in hook behavior.
-
Uses of IdleProcessSettingBuilder in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return IdleProcessSettingBuilderModifier and TypeMethodDescriptionExternalServerBuilderSetting.getIdleProcessSettingBuilder()Get the idle/heartbeat setting builder. -
Uses of IdleProcessSettingBuilder in com.iohao.net.external.core.hook.internal
Methods in com.iohao.net.external.core.hook.internal that return IdleProcessSettingBuilderModifier and TypeMethodDescriptionstatic IdleProcessSettingBuilderIdleProcessSetting.builder()Create a mutable builder with framework defaults.IdleProcessSettingBuilder.setIdleTime(long idleTime) Overall heartbeat time setting, includes: readerIdleTime, writerIdleTime, and allIdleTime