Uses of Class
io.netty.handler.codec.quic.SslSessionTicketKey
-
Packages that use SslSessionTicketKey Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of SslSessionTicketKey in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic with parameters of type SslSessionTicketKey Modifier and Type Method Description void
QuicSslSessionContext. setTicketKeys(SslSessionTicketKey @Nullable ... keys)
Sets theSslSessionTicketKey
s that should be used.
-