Uses of Interface
com.iohao.net.common.kit.attr.AttrOptionDynamic
Packages that use AttrOptionDynamic
Package
Description
Provides simulated client user abstractions, channel wrappers, and user-side pressure testing
support used by the simulation client module.
Provides the core abstractions and runtime infrastructure for external servers, including
protocol handling, session management, hooks, and internal communication integration.
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 AttrOptionDynamic in com.iohao.net.extension.client.user
Subinterfaces of AttrOptionDynamic in com.iohao.net.extension.client.userClasses in com.iohao.net.extension.client.user that implement AttrOptionDynamic -
Uses of AttrOptionDynamic in com.iohao.net.external.core
Subinterfaces of AttrOptionDynamic in com.iohao.net.external.coreModifier and TypeInterfaceDescriptioninterfaceMutable state used while building an external server.Classes in com.iohao.net.external.core that implement AttrOptionDynamicModifier and TypeClassDescriptionfinal classBuilder for assembling an external server and its runtime dependencies.final recordImmutable runtime settings for one external server instance. -
Uses of AttrOptionDynamic in com.iohao.net.external.core.netty.session
Classes in com.iohao.net.external.core.netty.session that implement AttrOptionDynamicModifier and TypeClassDescriptionfinal classNetty channel-backed implementation of an external user session.final classNetty session manager for TCP and WebSocket external transports. -
Uses of AttrOptionDynamic in com.iohao.net.external.core.session
Subinterfaces of AttrOptionDynamic in com.iohao.net.external.core.sessionModifier and TypeInterfaceDescriptioninterfaceExternal user session abstraction for one connected client.interfaceUserSessions<SessionContext, Session extends UserSession>UserSession manager