Uses of Class
io.netty.handler.codec.quic.QuicCodecBuilder
Packages that use QuicCodecBuilder
-
Uses of QuicCodecBuilder in io.netty.handler.codec.quic
Classes in io.netty.handler.codec.quic with type parameters of type QuicCodecBuilderModifier and TypeClassDescriptionclassQuicCodecBuilder<B extends QuicCodecBuilder<B>>Abstract base class forQUICcodec builders.Subclasses of QuicCodecBuilder in io.netty.handler.codec.quicModifier and TypeClassDescriptionfinal classQuicCodecBuilderthat configures and builds aChannelHandlerthat should be added to theChannelPipelineof aQUICclient.final classQuicCodecBuilderthat configures and builds aChannelHandlerthat should be added to theChannelPipelineof aQUICserver.