Uses of Class
io.undertow.protocols.http2.Http2DataStreamSinkChannel
Packages that use Http2DataStreamSinkChannel
-
Uses of Http2DataStreamSinkChannel in io.undertow.protocols.http2
Subclasses of Http2DataStreamSinkChannel in io.undertow.protocols.http2Modifier and TypeClassDescriptionclass
Headers channelclass
Push promise channelMethods in io.undertow.protocols.http2 that return types with arguments of type Http2DataStreamSinkChannelModifier and TypeMethodDescriptionorg.xnio.ChannelListener<Http2DataStreamSinkChannel>
Http2DataStreamSinkChannel.getCompletionListener()
Method parameters in io.undertow.protocols.http2 with type arguments of type Http2DataStreamSinkChannelModifier and TypeMethodDescriptionvoid
Http2DataStreamSinkChannel.setCompletionListener
(org.xnio.ChannelListener<Http2DataStreamSinkChannel> completionListener) -
Uses of Http2DataStreamSinkChannel in io.undertow.server.protocol.http2
Constructors in io.undertow.server.protocol.http2 with parameters of type Http2DataStreamSinkChannelModifierConstructorDescriptionHttp2ServerConnection
(Http2Channel channel, Http2DataStreamSinkChannel sinkChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler) Channel that is used when the request is already half closed