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