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 voidSSLContext. setSSLSessionCache(long ctx, SSLSessionCache cache)Set theSSLSessionCachethat will be used if session caching is enabled.
-