Uses of Class
io.undertow.protocols.http2.Http2StreamSourceChannel
Packages that use Http2StreamSourceChannel
-
Uses of Http2StreamSourceChannel in io.undertow.protocols.http2
Methods in io.undertow.protocols.http2 that return types with arguments of type Http2StreamSourceChannelModifier and TypeMethodDescriptionorg.xnio.ChannelListener<Http2StreamSourceChannel>Http2StreamSourceChannel.getCompletionListener()Method parameters in io.undertow.protocols.http2 with type arguments of type Http2StreamSourceChannelModifier and TypeMethodDescriptionvoidHttp2StreamSourceChannel.setCompletionListener(org.xnio.ChannelListener<Http2StreamSourceChannel> completionListener) -
Uses of Http2StreamSourceChannel in io.undertow.server.protocol.http2
Constructors in io.undertow.server.protocol.http2 with parameters of type Http2StreamSourceChannelModifierConstructorDescriptionHttp2ServerConnection(Http2Channel channel, Http2StreamSourceChannel requestChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler)