public interface QuicResetTokenGenerator
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
newResetToken(java.nio.ByteBuffer cid)
Generate a reset token to use for the given connection id.
|
static QuicResetTokenGenerator |
signGenerator()
Return a
QuicResetTokenGenerator which generates new reset tokens by signing the given input. |
java.nio.ByteBuffer newResetToken(java.nio.ByteBuffer cid)
cid - static QuicResetTokenGenerator signGenerator()
QuicResetTokenGenerator which generates new reset tokens by signing the given input.QuicResetTokenGenerator which generates new reset tokens by signing the given input.Copyright © 2020-2023 The Netty Project. All Rights Reserved.