Modifier and Type | Method and Description |
---|---|
<T> void | Http2Channel.addToAttachmentList(AttachmentKey<AttachmentList<T>> key, T value) |
Modifier and Type | Method and Description |
---|---|
<T> void | SpdyChannel.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 |
---|---|
<T> void | SpdyServerConnection.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 © 2015 JBoss by Red Hat. All rights reserved.