public abstract class Http3RequestStreamInitializer
extends io.netty.channel.ChannelInitializer<io.netty.incubator.codec.quic.QuicStreamChannel>
ChannelPipeline as well.| Constructor and Description |
|---|
Http3RequestStreamInitializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initChannel(io.netty.incubator.codec.quic.QuicStreamChannel ch) |
protected abstract void |
initRequestStream(io.netty.incubator.codec.quic.QuicStreamChannel ch)
Init the
QuicStreamChannel to handle Http3RequestStreamFrames. |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedprotected final void initChannel(io.netty.incubator.codec.quic.QuicStreamChannel ch)
initChannel in class io.netty.channel.ChannelInitializer<io.netty.incubator.codec.quic.QuicStreamChannel>protected abstract void initRequestStream(io.netty.incubator.codec.quic.QuicStreamChannel ch)
QuicStreamChannel to handle Http3RequestStreamFrames. At the point of calling this
method it is already valid to write Http3RequestStreamFrames as the codec is already in the pipeline.ch - the {QuicStreamChannel} for the request stream.Copyright © 2020–2022 The Netty Project. All rights reserved.