Uses of Class
io.netty5.handler.ssl.OpenSslSessionTicketKey
-
Packages that use OpenSslSessionTicketKey Package Description io.netty5.handler.ssl -
-
Uses of OpenSslSessionTicketKey in io.netty5.handler.ssl
Methods in io.netty5.handler.ssl with parameters of type OpenSslSessionTicketKey Modifier and Type Method Description void
OpenSslSessionContext. setTicketKeys(OpenSslSessionTicketKey... keys)
Sets the SSL session ticket keys of this context.
-