Class Http3PushStreamClientInitializer

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

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