Uses of Interface
io.netty.util.AttributeMap
-
Packages that use AttributeMap Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of AttributeMap in io.netty.util
Classes in io.netty.util that implement AttributeMap Modifier and Type Class Description classDefaultAttributeMapDefaultAttributeMapimplementation which not exibit any blocking behaviour on attribute lookup while using a copy-on-write approach on the modify path.
Attributes lookup and remove exibitO(logn)time worst-case complexity, henceattribute::set(null)is to be preferred toremove.
-