Uses of Package
com.iohao.net.common.kit.attr
Packages that use com.iohao.net.common.kit.attr
Package
Description
AttrOptionDynamic
Extension Module - Simulating client requests - user
External Server - core
External Server - Netty-based implementation
External Server - Netty - UserSession
External Server - UserSession
-
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.common.kit.attrClassDescriptionAttribute option for dynamic attributesDynamic attribute options
-
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.extension.client.userClassDescription
AttrOptionDynamic
AttrOptionDynamic options = ...; AttrOption<Long> timeKey = AttrOption.valueOf("myLongValue"); // set long value this.option(timeKey, 123L); // get long value long val = this.option(timeKey); -
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.external.coreClassDescriptionAttribute option for dynamic attributes
AttrOptionDynamic
AttrOptionDynamic options = ...; AttrOption<Long> timeKey = AttrOption.valueOf("myLongValue"); // set long value this.option(timeKey, 123L); // get long value long val = this.option(timeKey);Dynamic attribute options -
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.external.core.netty
-
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.external.core.netty.sessionClassDescription
AttrOptionDynamic
AttrOptionDynamic options = ...; AttrOption<Long> timeKey = AttrOption.valueOf("myLongValue"); // set long value this.option(timeKey, 123L); // get long value long val = this.option(timeKey); -
Classes in com.iohao.net.common.kit.attr used by com.iohao.net.external.core.sessionClassDescriptionAttribute option for dynamic attributes
AttrOptionDynamic
AttrOptionDynamic options = ...; AttrOption<Long> timeKey = AttrOption.valueOf("myLongValue"); // set long value this.option(timeKey, 123L); // get long value long val = this.option(timeKey);