Uses of Class
com.iohao.net.common.kit.attr.AttrOptions
Packages that use AttrOptions
Package
Description
Dynamic attribute system providing type-safe key-value storage via
AttrOption.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.
-
Uses of AttrOptions in com.iohao.net.common.kit.attr
Methods in com.iohao.net.common.kit.attr that return AttrOptionsModifier and TypeMethodDescriptionAttrOptionDynamic.getOptions()Gets the dynamic member attributes (options)default <T> AttrOptionsAttrOptionDynamic.option(AttrOption<T> option, T value) Sets a new option with a specific value.<T> AttrOptionsAttrOptions.option(AttrOption<T> option, T value) Sets a new option with a specific value.Constructors in com.iohao.net.common.kit.attr with parameters of type AttrOptionsModifierConstructorDescriptionAttrOptions(AttrOptions attrOptions) Create a new container by copying all entries from the given source. -
Uses of AttrOptions in com.iohao.net.extension.client.user
Fields in com.iohao.net.extension.client.user declared as AttrOptionsMethods in com.iohao.net.extension.client.user that return AttrOptions -
Uses of AttrOptions in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return AttrOptionsModifier and TypeMethodDescriptionExternalServerBuilder.getOptions()ExternalSetting.getOptions()ExternalSetting.options()Returns the value of theoptionsrecord component.Methods in com.iohao.net.external.core with parameters of type AttrOptionsConstructors in com.iohao.net.external.core with parameters of type AttrOptionsModifierConstructorDescriptionExternalSetting(int port, Server server, UserSessions<?, ?> userSessions, IdleProcessSetting idleProcessSetting, AttrOptions options) Creates an instance of aExternalSettingrecord class. -
Uses of AttrOptions in com.iohao.net.external.core.netty.session
Fields in com.iohao.net.external.core.netty.session declared as AttrOptionsModifier and TypeFieldDescriptionprotected final AttrOptionsAbstractUserSession.optionsprotected final AttrOptionsAbstractUserSessions.options