Package | Description |
---|---|
io.undertow.protocols.http2 |
Modifier and Type | Class | Description |
---|---|---|
class |
Http2GoAwayStreamSourceChannel |
A HTTP2 go away frame
|
class |
Http2PingStreamSourceChannel |
A HTTP2 Ping frame
|
class |
Http2PushPromiseStreamSourceChannel |
A HTTP2 push promise frame
|
class |
Http2RstStreamStreamSourceChannel |
A HTTP2 RST Stream channel
|
class |
Http2SettingsStreamSourceChannel |
A HTTP2 Settings frame
|
class |
Http2StreamSourceChannel |
Modifier and Type | Method | Description |
---|---|---|
protected AbstractHttp2StreamSourceChannel |
Http2Channel.createChannel(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
|
protected AbstractHttp2StreamSourceChannel |
Http2Channel.createChannelImpl(FrameHeaderData frameHeaderData,
PooledByteBuffer frameData) |
Modifier and Type | Method | Description |
---|---|---|
protected java.util.Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel,AbstractHttp2StreamSinkChannel>> |
Http2Channel.getReceivers() |
Copyright © 2018. All rights reserved.