| Package | Description |
|---|---|
| io.undertow.protocols.http2 | |
| io.undertow.server.protocol.http2 |
| Modifier and Type | Class and Description |
|---|---|
class |
Http2HeadersStreamSinkChannel
Headers channel
|
class |
Http2PushPromiseStreamSinkChannel
Push promise channel
|
| Modifier and Type | Method and Description |
|---|---|
ChannelListener<Http2DataStreamSinkChannel> |
Http2DataStreamSinkChannel.getCompletionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
Http2DataStreamSinkChannel.setCompletionListener(ChannelListener<Http2DataStreamSinkChannel> completionListener) |
| Constructor and Description |
|---|
Http2ServerConnection(Http2Channel channel,
Http2DataStreamSinkChannel sinkChannel,
OptionMap undertowOptions,
int bufferSize,
HttpHandler rootHandler)
Channel that is used when the request is already half closed
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.