static QuicTokenHandler.TokenValidationResult |
QuicTokenHandler.TokenValidationResult.invalidToken() |
Returns a result that indicates the token is invalid.
|
static QuicTokenHandler.TokenValidationResult |
QuicTokenHandler.TokenValidationResult.odcidFromDestinationConnectionId() |
Returns a result that indicates the token is valid and the ODCID should be taken from the current
destination connection id of the Initial packet.
|
static QuicTokenHandler.TokenValidationResult |
QuicTokenHandler.TokenValidationResult.odcidFromToken(int offset) |
Returns a result that indicates the token is valid and the ODCID should be taken from the token suffix
starting at the specified offset.
|
default QuicTokenHandler.TokenValidationResult |
QuicTokenHandler.validateToken(io.netty.buffer.ByteBuf token,
InetSocketAddress address,
io.netty.buffer.ByteBuf dcid) |
Validate the token and return a structured result that determines how the ODCID should be derived.
|