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 |
---|---|
org.xnio.ChannelListener<Http2DataStreamSinkChannel> | Http2DataStreamSinkChannel.getCompletionListener() |
Modifier and Type | Method and Description |
---|---|
void | Http2DataStreamSinkChannel.setCompletionListener(org.xnio.ChannelListener<Http2DataStreamSinkChannel> completionListener) |
Constructor and Description |
---|
Http2ServerConnection(Http2Channel channel, Http2DataStreamSinkChannel sinkChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler) Channel that is used when the request is already half closed |
Copyright © 2020 JBoss by Red Hat. All rights reserved.