Class 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.