Uses of Interface
io.netty.handler.codec.quic.QuicResetTokenGenerator
Packages that use QuicResetTokenGenerator
-
Uses of QuicResetTokenGenerator in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicResetTokenGeneratorModifier and TypeMethodDescriptionstatic QuicResetTokenGeneratorQuicResetTokenGenerator.signGenerator()Return aQuicResetTokenGeneratorwhich generates new reset tokens by signing the given input.Methods in io.netty.handler.codec.quic with parameters of type QuicResetTokenGeneratorModifier and TypeMethodDescriptionQuicServerCodecBuilder.resetTokenGenerator(@Nullable QuicResetTokenGenerator resetTokenGenerator) Set theQuicResetTokenGeneratorthat is used to generate stateless reset tokens ornullif the default should be used.