Uses of Interface
io.netty.handler.codec.quic.QuicTokenHandler
Packages that use QuicTokenHandler
-
Uses of QuicTokenHandler in io.netty.handler.codec.quic
Classes in io.netty.handler.codec.quic that implement QuicTokenHandlerModifier and TypeClassDescriptionfinal classInsecureQuicTokenHandlerwhich only does basic token generation / validation without any crypto.Methods in io.netty.handler.codec.quic with parameters of type QuicTokenHandlerModifier and TypeMethodDescriptionQuicServerCodecBuilder.tokenHandler(@Nullable QuicTokenHandler tokenHandler) Set theQuicTokenHandlerthat is used to generate and validate tokens ornullif no tokens should be used at all.