Uses of Interface
io.netty.handler.codec.quic.QuicTokenHandler
-
Packages that use QuicTokenHandler Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicTokenHandler in io.netty.handler.codec.quic
Classes in io.netty.handler.codec.quic that implement QuicTokenHandler Modifier and Type Class Description class
InsecureQuicTokenHandler
InsecureQuicTokenHandler
which only does basic token generation / validation without any crypto.Methods in io.netty.handler.codec.quic with parameters of type QuicTokenHandler Modifier and Type Method Description QuicServerCodecBuilder
QuicServerCodecBuilder. tokenHandler(@Nullable QuicTokenHandler tokenHandler)
Set theQuicTokenHandler
that is used to generate and validate tokens ornull
if no tokens should be used at all.
-