Uses of Interface
com.iohao.net.external.core.hook.IdleHook
Packages that use IdleHook
Package
Description
External Server - InternalHook
External Server - Netty - Hook
-
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<?> IdleProcessSetting.idleHook()Returns the value of theidleHookrecord component.Constructors 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