Uses of Class
io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
-
Packages that use AbstractHttp2StreamSourceChannel Package Description io.undertow.protocols.http2 -
-
Uses of AbstractHttp2StreamSourceChannel in io.undertow.protocols.http2
Subclasses of AbstractHttp2StreamSourceChannel in io.undertow.protocols.http2 Modifier and Type Class Description classHttp2GoAwayStreamSourceChannelA HTTP2 go away frameclassHttp2PingStreamSourceChannelA HTTP2 Ping frameclassHttp2PushPromiseStreamSourceChannelA HTTP2 push promise frameclassHttp2RstStreamStreamSourceChannelA HTTP2 RST Stream channelclassHttp2SettingsStreamSourceChannelA HTTP2 Settings frameclassHttp2StreamSourceChannelMethods in io.undertow.protocols.http2 that return AbstractHttp2StreamSourceChannel Modifier and Type Method Description protected AbstractHttp2StreamSourceChannelHttp2Channel. createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData)protected AbstractHttp2StreamSourceChannelHttp2Channel. createChannelImpl(FrameHeaderData frameHeaderData, PooledByteBuffer frameData)Methods in io.undertow.protocols.http2 that return types with arguments of type AbstractHttp2StreamSourceChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel,AbstractHttp2StreamSinkChannel>>Http2Channel. getReceivers()
-