Uses of Class
io.netty.handler.codec.quic.QuicServerCodecBuilder
Packages that use QuicServerCodecBuilder
-
Uses of QuicServerCodecBuilder in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return QuicServerCodecBuilderModifier and TypeMethodDescriptionstatic QuicServerCodecBuilderHttp3.newQuicServerCodecBuilder()Returns a newQuicServerCodecBuilderthat has preconfigured for HTTP3. -
Uses of QuicServerCodecBuilder in io.netty.handler.codec.quic
Subclasses with type arguments of type QuicServerCodecBuilder in io.netty.handler.codec.quicModifier and TypeClassDescriptionfinal classQuicCodecBuilderthat configures and builds aChannelHandlerthat should be added to theChannelPipelineof aQUICserver.Methods in io.netty.handler.codec.quic that return QuicServerCodecBuilderModifier and TypeMethodDescriptionQuicServerCodecBuilder.attr(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdQuicChannel.QuicServerCodecBuilder.clone()QuicServerCodecBuilder.connectionIdAddressGenerator(QuicConnectionIdGenerator connectionIdAddressGenerator) Sets theQuicConnectionIdGeneratorto use.QuicServerCodecBuilder.handler(ChannelHandler handler) QuicServerCodecBuilder.option(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theQuicChannelinstances once they got created.QuicServerCodecBuilder.resetTokenGenerator(@Nullable QuicResetTokenGenerator resetTokenGenerator) Set theQuicResetTokenGeneratorthat is used to generate stateless reset tokens ornullif the default should be used.QuicServerCodecBuilder.streamAttr(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdQuicStreamChannel.QuicServerCodecBuilder.streamHandler(ChannelHandler streamHandler) QuicServerCodecBuilder.streamOption(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theQuicStreamChannelinstances once they got created.QuicServerCodecBuilder.tokenHandler(@Nullable QuicTokenHandler tokenHandler) Set theQuicTokenHandlerthat is used to generate and validate tokens ornullif no tokens should be used at all.