Uses of Class
io.undertow.util.AttachmentList
Packages that use AttachmentList
Package
Description
-
Uses of AttachmentList in io.undertow.protocols.http2
Method parameters in io.undertow.protocols.http2 with type arguments of type AttachmentListModifier and TypeMethodDescription<T> voidHttp2Channel.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) -
Uses of AttachmentList in io.undertow.server.handlers.sse
Method parameters in io.undertow.server.handlers.sse with type arguments of type AttachmentListModifier and TypeMethodDescription<T> voidServerSentEventConnection.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) -
Uses of AttachmentList in io.undertow.server.protocol.http2
Method parameters in io.undertow.server.protocol.http2 with type arguments of type AttachmentListModifier and TypeMethodDescription<T> voidHttp2ServerConnection.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) -
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.