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