| Modifier and Type | Method and Description |
|---|---|
static QuicResetTokenGenerator |
QuicResetTokenGenerator.signGenerator()
Return a
QuicResetTokenGenerator which generates new reset tokens by signing the given input. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2020-2025 The Netty Project. All Rights Reserved.