Uses of Class
com.iohao.net.common.kit.attr.AttrOptions
Packages that use AttrOptions
-
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 AttrOptions -
Uses of AttrOptions in com.iohao.net.external.core
Methods in com.iohao.net.external.core that return AttrOptionsModifier and TypeMethodDescriptionExternalSetting.getOptions()ExternalSetting.options()Returns the value of theoptionsrecord component.Constructors 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.