Uses of Class
io.undertow.util.AttachmentList
Packages that use AttachmentList
-
Uses of AttachmentList in io.undertow.util
Methods in io.undertow.util that return types with arguments of type AttachmentListModifier and TypeMethodDescriptionstatic <T> AttachmentKey<AttachmentList<T>>AttachmentKey.createList(Class<? super T> valueClass) Construct a new list attachment key.Method parameters in io.undertow.util with type arguments of type AttachmentListModifier and TypeMethodDescription<T> voidAbstractAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.<T> voidAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) Add a value to a list-typed attachment key.