Uses of Class
io.undertow.util.AttachmentList
-
Packages that use AttachmentList Package Description io.undertow.protocols.http2 io.undertow.server.handlers.sse io.undertow.server.protocol.http2 io.undertow.util -
-
Uses of AttachmentList in io.undertow.protocols.http2
Method parameters in io.undertow.protocols.http2 with type arguments of type AttachmentList Modifier and Type Method Description <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 AttachmentList Modifier and Type Method Description <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 AttachmentList Modifier and Type Method Description <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 AttachmentList Modifier and Type Method Description static <T> AttachmentKey<AttachmentList<T>>AttachmentKey. createList(java.lang.Class<? super T> valueClass)Construct a new list attachment key.Method parameters in io.undertow.util with type arguments of type AttachmentList Modifier and Type Method Description <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.
-