Uses of Class
io.netty.handler.codec.quic.QuicTokenHandler.TokenValidationResult
Packages that use QuicTokenHandler.TokenValidationResult
-
Uses of QuicTokenHandler.TokenValidationResult in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicTokenHandler.TokenValidationResultModifier and TypeMethodDescriptionQuicTokenHandler.TokenValidationResult.invalidToken()Returns a result that indicates the token is invalid.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.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.QuicTokenHandler.validateToken(ByteBuf token, InetSocketAddress address, ByteBuf dcid) Validate the token and return a structured result that determines how the ODCID should be derived.