Uses of Enum Class
com.iohao.net.external.core.session.UserSessionState
Packages that use UserSessionState
Package
Description
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 UserSessionState in com.iohao.net.external.core.netty.session
Fields in com.iohao.net.external.core.netty.session declared as UserSessionState -
Uses of UserSessionState in com.iohao.net.external.core.session
Subclasses with type arguments of type UserSessionState in com.iohao.net.external.core.sessionModifier and TypeClassDescriptionenumLifecycle state of an external user session.Methods in com.iohao.net.external.core.session that return UserSessionStateModifier and TypeMethodDescriptionUserSession.getState()Get the current session state.static UserSessionStateReturns the enum constant of this class with the specified name.static UserSessionState[]UserSessionState.values()Returns an array containing the constants of this enum class, in the order they are declared.