Uses of Interface
io.netty.internal.tcnative.SSLSessionCache
-
-
Uses of SSLSessionCache in io.netty.internal.tcnative
Methods in io.netty.internal.tcnative with parameters of type SSLSessionCache Modifier and Type Method Description static void
SSLContext. setSSLSessionCache(long ctx, SSLSessionCache cache)
Set theSSLSessionCache
that will be used if session caching is enabled.
-