| Modifier and Type | Method and Description |
|---|---|
protected QuicConnectionIdGenerator |
QuicCodecDispatcher.newIdGenerator(int idx)
Returns a
QuicConnectionIdGenerator that will encode the given index into all the
ids that it produces. |
static QuicConnectionIdGenerator |
QuicConnectionIdGenerator.randomGenerator()
Return a
QuicConnectionIdGenerator which randomly generates new connection ids. |
static QuicConnectionIdGenerator |
QuicConnectionIdGenerator.signGenerator()
Return a
QuicConnectionIdGenerator which generates new connection ids by signing the given input. |
| Modifier and Type | Method and Description |
|---|---|
QuicServerCodecBuilder |
QuicServerCodecBuilder.connectionIdAddressGenerator(QuicConnectionIdGenerator connectionIdAddressGenerator)
Sets the
QuicConnectionIdGenerator to use. |
protected abstract void |
QuicCodecDispatcher.initChannel(io.netty.channel.Channel channel,
int localConnectionIdLength,
QuicConnectionIdGenerator idGenerator)
Init the
Channel and add all the needed ChannelHandler to the pipeline. |
Copyright © 2020-2024 The Netty Project. All Rights Reserved.