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