Uses of Class
io.undertow.protocols.http2.Http2DataStreamSinkChannel
-
Packages that use Http2DataStreamSinkChannel Package Description io.undertow.protocols.http2 io.undertow.server.protocol.http2 -
-
Uses of Http2DataStreamSinkChannel in io.undertow.protocols.http2
Subclasses of Http2DataStreamSinkChannel in io.undertow.protocols.http2 Modifier and Type Class Description class
Http2HeadersStreamSinkChannel
Headers channelclass
Http2PushPromiseStreamSinkChannel
Push promise channelMethods in io.undertow.protocols.http2 that return types with arguments of type Http2DataStreamSinkChannel Modifier and Type Method Description org.xnio.ChannelListener<Http2DataStreamSinkChannel>
Http2DataStreamSinkChannel. getCompletionListener()
Method parameters in io.undertow.protocols.http2 with type arguments of type Http2DataStreamSinkChannel Modifier and Type Method Description void
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 Http2DataStreamSinkChannel Constructor Description Http2ServerConnection(Http2Channel channel, Http2DataStreamSinkChannel sinkChannel, org.xnio.OptionMap undertowOptions, int bufferSize, HttpHandler rootHandler)
Channel that is used when the request is already half closed
-