Uses of Interface
com.iohao.net.external.core.session.UserSession
Packages that use UserSession
Package
Description
External Server - Hook(UserHoot, IdleHook)
External Server - InternalHook
External Server - Aeron - OnExternal
External Server - Netty - Hook
External Server - Netty - UserSession
External Server - UserSession
-
Uses of UserSession in com.iohao.net.external.core.hook
Methods in com.iohao.net.external.core.hook with parameters of type UserSessionModifier and TypeMethodDescriptionbooleanIdleHook.callback(UserSession userSession, IdleEvent event) Heartbeat event callback.voidUserHook.into(UserSession userSession) User is online.voidUserHook.quit(UserSession userSession) User is offline. -
Uses of UserSession in com.iohao.net.external.core.hook.internal
Methods in com.iohao.net.external.core.hook.internal with parameters of type UserSessionModifier and TypeMethodDescriptionvoidDefaultUserHook.into(UserSession userSession) voidDefaultUserHook.quit(UserSession userSession) -
Uses of UserSession in com.iohao.net.external.core.net.external
Methods in com.iohao.net.external.core.net.external that return UserSession -
Uses of UserSession in com.iohao.net.external.core.netty.hook
Methods in com.iohao.net.external.core.netty.hook with parameters of type UserSessionModifier and TypeMethodDescriptionbooleanDefaultSocketIdleHook.callback(UserSession userSession, io.netty.handler.timeout.IdleStateEvent event) -
Uses of UserSession in com.iohao.net.external.core.netty.session
Classes in com.iohao.net.external.core.netty.session that implement UserSession -
Uses of UserSession in com.iohao.net.external.core.session
Classes in com.iohao.net.external.core.session with type parameters of type UserSessionModifier and TypeInterfaceDescriptioninterfaceUserSessions<SessionContext, Session extends UserSession>UserSession manager