Uses of Interface
com.iohao.net.external.core.hook.IdleHook
Packages that use IdleHook
Package
Description
Provides internal hook implementations and supporting contracts used by the external-server
runtime to compose built-in hook behavior.
Provides Netty-specific hook integrations for the external-server implementation, including
channel lifecycle and transport-layer extension points.
-
Uses of IdleHook in com.iohao.net.external.core.hook.internal
Methods in com.iohao.net.external.core.hook.internal that return IdleHookModifier and TypeMethodDescriptionIdleHook<?> IdleProcessSettingBuilder.getIdleHook()Heartbeat hookIdleHook<?> IdleProcessSetting.idleHook()Returns the value of theidleHookrecord component.Methods in com.iohao.net.external.core.hook.internal with parameters of type IdleHookModifier and TypeMethodDescriptionIdleProcessSettingBuilder.setIdleHook(IdleHook<?> idleHook) Heartbeat hookConstructors in com.iohao.net.external.core.hook.internal with parameters of type IdleHookModifierConstructorDescriptionIdleProcessSetting(boolean pong, long readerIdleTime, long writerIdleTime, long allIdleTime, TimeUnit timeUnit, IdleHook<?> idleHook) Creates an instance of aIdleProcessSettingrecord class. -
Uses of IdleHook in com.iohao.net.external.core.netty.hook
Subinterfaces of IdleHook in com.iohao.net.external.core.netty.hookClasses in com.iohao.net.external.core.netty.hook that implement IdleHook