| Modifier and Type | Method and Description |
|---|---|
<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)
Sets the
QuicConnectionIdGenerator to use. |
QuicServerCodecBuilder |
QuicServerCodecBuilder.handler(io.netty.channel.ChannelHandler handler)
|
<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. |
<T> QuicServerCodecBuilder |
QuicServerCodecBuilder.streamAttr(io.netty.util.AttributeKey<T> key,
T value)
Allow to specify an initial attribute of the newly created
QuicStreamChannel. |
QuicServerCodecBuilder |
QuicServerCodecBuilder.streamHandler(io.netty.channel.ChannelHandler streamHandler)
|
<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(QuicTokenHandler tokenHandler)
Set the
QuicTokenHandler that is used to generate and validate tokens. |
Copyright © 2020-2021 The Netty Project. All Rights Reserved.