Uses of Record Class
com.iohao.net.external.core.hook.internal.IdleProcessSetting
Packages that use IdleProcessSetting
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 IdleProcessSetting in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return IdleProcessSettingModifier and TypeMethodDescriptionExternalSetting.idleProcessSetting()Returns the value of theidleProcessSettingrecord component.Methods in com.iohao.net.external.core with parameters of type IdleProcessSettingModifier and TypeMethodDescriptionExternalSetting.RecordBuilder.setIdleProcessSetting(IdleProcessSetting idleProcessSetting) Constructors in com.iohao.net.external.core with parameters of type IdleProcessSettingModifierConstructorDescriptionExternalSetting(int port, Server server, UserSessions<?, ?> userSessions, IdleProcessSetting idleProcessSetting, AttrOptions options) Creates an instance of aExternalSettingrecord class. -
Uses of IdleProcessSetting in com.iohao.net.external.core.hook.internal
Methods in com.iohao.net.external.core.hook.internal that return IdleProcessSettingModifier and TypeMethodDescriptionIdleProcessSettingBuilder.ofIdleProcessSetting()Build an immutable idle-processing setting snapshot.