Uses of Interface
com.iohao.net.external.core.hook.UserHook
Packages that use UserHook
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.
Provides Netty transport-aware user-session management support for the external-server
implementation.
Provides user-session abstractions and implementations used by external servers to track
connected users and session-scoped metadata.
-
Uses of UserHook in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return UserHookModifier and TypeMethodDescriptionExternalServerBuilder.getUserHook()UserHook hook interface, triggered on login and logoutMethods in com.iohao.net.external.core with parameters of type UserHookModifier and TypeMethodDescriptionvoidExternalServerBuilder.setUserHook(UserHook userHook) UserHook hook interface, triggered on login and logout -
Uses of UserHook in com.iohao.net.external.core.hook.internal
Classes in com.iohao.net.external.core.hook.internal that implement UserHook -
Uses of UserHook in com.iohao.net.external.core.netty.session
Fields in com.iohao.net.external.core.netty.session declared as UserHook -
Uses of UserHook in com.iohao.net.external.core.session
Methods in com.iohao.net.external.core.session that return UserHookMethods in com.iohao.net.external.core.session with parameters of type UserHook