Package | Description |
---|---|
io.undertow.protocols.http2 |
Modifier and Type | Class and Description |
---|---|
class | Http2DataStreamSinkChannel Headers channel |
class | Http2HeadersStreamSinkChannel Headers channel |
class | Http2PushPromiseStreamSinkChannel Push promise channel |
class | Http2SettingsStreamSinkChannel //TODO: ack |
class | Http2StreamSinkChannel |
Modifier and Type | Method and Description |
---|---|
protected Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel,AbstractHttp2StreamSinkChannel>> | Http2Channel.getReceivers() |
Modifier and Type | Method and Description |
---|---|
void | Http2Channel.sendGoAway(int status, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler) |
void | Http2Channel.sendPing(byte[] data, org.xnio.ChannelExceptionHandler<AbstractHttp2StreamSinkChannel> exceptionHandler) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.