Class Http3PushStreamServerInitializer

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<QuicStreamChannel>
io.netty.handler.codec.http3.Http3PushStreamServerInitializer
All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public abstract class Http3PushStreamServerInitializer extends ChannelInitializer<QuicStreamChannel>
Abstract base class that users can extend to init HTTP/3 push-streams for servers. This initializer will automatically add HTTP/3 codecs etc to the ChannelPipeline as well.