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