<T> QuicServerCodecBuilder |
QuicServerCodecBuilder.attr(io.netty.util.AttributeKey<T> key,
T value) |
Allow to specify an initial attribute of the newly created QuicChannel.
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.clone() |
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.connectionIdAddressGenerator(QuicConnectionIdGenerator connectionIdAddressGenerator) |
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.handler(io.netty.channel.ChannelHandler handler) |
Set the ChannelHandler that is added to the ChannelPipeline of the
QuicChannel once created.
|
<T> QuicServerCodecBuilder |
QuicServerCodecBuilder.option(io.netty.channel.ChannelOption<T> option,
T value) |
Allow to specify a ChannelOption which is used for the QuicChannel instances once they got
created.
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.resetTokenGenerator(@Nullable QuicResetTokenGenerator resetTokenGenerator) |
Set the QuicResetTokenGenerator that is used to generate stateless reset tokens or
null if the default should be used.
|
<T> QuicServerCodecBuilder |
QuicServerCodecBuilder.streamAttr(io.netty.util.AttributeKey<T> key,
T value) |
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.streamHandler(io.netty.channel.ChannelHandler streamHandler) |
Set the ChannelHandler that is added to the ChannelPipeline of the
QuicStreamChannel once created.
|
<T> QuicServerCodecBuilder |
QuicServerCodecBuilder.streamOption(io.netty.channel.ChannelOption<T> option,
T value) |
Allow to specify a ChannelOption which is used for the QuicStreamChannel instances once they got
created.
|
QuicServerCodecBuilder |
QuicServerCodecBuilder.tokenHandler(@Nullable QuicTokenHandler tokenHandler) |
Set the QuicTokenHandler that is used to generate and validate tokens or
null if no tokens should be used at all.
|