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 TypeClassDescriptionclass
A HTTP2 go away frameclass
A HTTP2 Ping frameclass
A HTTP2 push promise frameclass
A HTTP2 RST Stream channelclass
A HTTP2 Settings frameclass
Methods in io.undertow.protocols.http2 that return AbstractHttp2StreamSourceChannelModifier and TypeMethodDescriptionprotected AbstractHttp2StreamSourceChannel
Http2Channel.createChannel
(FrameHeaderData frameHeaderData, PooledByteBuffer frameData) protected AbstractHttp2StreamSourceChannel
Http2Channel.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()