| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2020-2022 The Netty Project. All Rights Reserved.