Package | Description |
---|---|
io.undertow.protocols.http2 | |
io.undertow.server.handlers.sse | |
io.undertow.server.protocol.http2 | |
io.undertow.util |
Modifier and Type | Method | Description |
---|---|---|
<T> void |
Http2Channel.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value) |
Modifier and Type | Method | Description |
---|---|---|
<T> void |
ServerSentEventConnection.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value) |
Modifier and Type | Method | Description |
---|---|---|
<T> void |
Http2ServerConnection.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value) |
Modifier and Type | Method | Description |
---|---|---|
static <T> AttachmentKey<AttachmentList<T>> |
AttachmentKey.createList(java.lang.Class<? super T> valueClass) |
Construct a new list attachment key.
|
Modifier and Type | Method | Description |
---|---|---|
<T> void |
AbstractAttachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value) |
Add a value to a list-typed attachment key.
|
<T> void |
Attachable.addToAttachmentList(AttachmentKey<AttachmentList<T>> key,
T value) |
Add a value to a list-typed attachment key.
|
Copyright © 2018. All rights reserved.