Uses of Class
io.undertow.protocols.http2.AbstractHttp2StreamSourceChannel
Packages that use AbstractHttp2StreamSourceChannel
-
Uses of AbstractHttp2StreamSourceChannel in io.undertow.protocols.http2
Subclasses of AbstractHttp2StreamSourceChannel in io.undertow.protocols.http2Modifier and TypeClassDescriptionclassA HTTP2 go away frameclassA HTTP2 Ping frameclassA HTTP2 push promise frameclassA HTTP2 RST Stream channelclassA HTTP2 Settings frameclassMethods in io.undertow.protocols.http2 that return AbstractHttp2StreamSourceChannelModifier and TypeMethodDescriptionprotected 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 AbstractHttp2StreamSourceChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<Http2Channel,AbstractHttp2StreamSourceChannel, AbstractHttp2StreamSinkChannel>> Http2Channel.getReceivers()